@@ -50,7 +50,7 @@ This test:
5050``` cs
5151await Verify (connection );
5252```
53- <sup ><a href =' /src/Tests/Tests.cs#L316-L320 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SqlServerSchema ' title =' Start of snippet ' >anchor</a ></sup >
53+ <sup ><a href =' /src/Tests/Tests.cs#L317-L321 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SqlServerSchema ' title =' Start of snippet ' >anchor</a ></sup >
5454<!-- endSnippet -->
5555
5656Will result in the following verified file:
@@ -69,7 +69,7 @@ await Verify(connection)
6969 // include only tables and views
7070 .SchemaIncludes (DbObjects .Tables | DbObjects .Views );
7171```
72- <sup ><a href =' /src/Tests/Tests.cs#L682-L688 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaInclude ' title =' Start of snippet ' >anchor</a ></sup >
72+ <sup ><a href =' /src/Tests/Tests.cs#L683-L689 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaInclude ' title =' Start of snippet ' >anchor</a ></sup >
7373<!-- endSnippet -->
7474
7575Available values:
@@ -107,7 +107,7 @@ await Verify(connection)
107107 _ => _ is TableViewBase ||
108108 _ .Name == " MyTrigger" );
109109```
110- <sup ><a href =' /src/Tests/Tests.cs#L707-L715 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaFilter ' title =' Start of snippet ' >anchor</a ></sup >
110+ <sup ><a href =' /src/Tests/Tests.cs#L708-L716 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaFilter ' title =' Start of snippet ' >anchor</a ></sup >
111111<!-- endSnippet -->
112112
113113
@@ -129,7 +129,7 @@ command.CommandText = "select Value from MyTable";
129129var value = await command .ExecuteScalarAsync ();
130130await Verify (value ! );
131131```
132- <sup ><a href =' /src/Tests/Tests.cs#L491-L501 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Recording ' title =' Start of snippet ' >anchor</a ></sup >
132+ <sup ><a href =' /src/Tests/Tests.cs#L492-L502 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Recording ' title =' Start of snippet ' >anchor</a ></sup >
133133<!-- endSnippet -->
134134
135135Will result in the following verified file:
@@ -184,7 +184,7 @@ await Verify(
184184 sqlEntries = entries
185185 });
186186```
187- <sup ><a href =' /src/Tests/Tests.cs#L568-L598 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSpecific ' title =' Start of snippet ' >anchor</a ></sup >
187+ <sup ><a href =' /src/Tests/Tests.cs#L569-L599 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSpecific ' title =' Start of snippet ' >anchor</a ></sup >
188188<!-- endSnippet -->
189189
190190
@@ -212,7 +212,7 @@ var sqlErrorsViaType = entries
212212 .Select (_ => _ .Data )
213213 .OfType <ErrorEntry >();
214214```
215- <sup ><a href =' /src/Tests/Tests.cs#L624-L643 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingReadingResults ' title =' Start of snippet ' >anchor</a ></sup >
215+ <sup ><a href =' /src/Tests/Tests.cs#L625-L644 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingReadingResults ' title =' Start of snippet ' >anchor</a ></sup >
216216<!-- endSnippet -->
217217
218218
0 commit comments