Docs changes
This commit is contained in:
Родитель
008147a953
Коммит
d04f75d5c5
|
@ -98,7 +98,6 @@ Will result in the following verified file:
|
|||
sql: [
|
||||
{
|
||||
Type: ReaderExecutedAsync,
|
||||
HasTransaction: false,
|
||||
Text:
|
||||
SELECT [c].[Id], [c].[Content]
|
||||
FROM [Companies] AS [c]
|
||||
|
@ -106,7 +105,6 @@ WHERE [c].[Content] = N'Title'
|
|||
},
|
||||
{
|
||||
Type: ReaderExecuted,
|
||||
HasTransaction: false,
|
||||
Text:
|
||||
SELECT COUNT(*)
|
||||
FROM [Companies] AS [c]
|
||||
|
@ -114,7 +112,7 @@ FROM [Companies] AS [c]
|
|||
]
|
||||
}
|
||||
```
|
||||
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.Recording.verified.txt#L1-L20' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.Recording.verified.txt' title='Start of snippet'>anchor</a></sup>
|
||||
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.Recording.verified.txt#L1-L18' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.Recording.verified.txt' title='Start of snippet'>anchor</a></sup>
|
||||
<!-- endSnippet -->
|
||||
|
||||
|
||||
|
@ -198,7 +196,6 @@ VALUES (@p0, @p1);
|
|||
},
|
||||
{
|
||||
Type: ReaderExecutedAsync,
|
||||
HasTransaction: false,
|
||||
Text:
|
||||
SELECT [c].[Id], [c].[Content]
|
||||
FROM [Companies] AS [c]
|
||||
|
@ -206,7 +203,6 @@ WHERE [c].[Content] = N'Title'
|
|||
},
|
||||
{
|
||||
Type: ReaderExecuted,
|
||||
HasTransaction: false,
|
||||
Text:
|
||||
SELECT COUNT(*)
|
||||
FROM [Companies] AS [c]
|
||||
|
@ -214,7 +210,7 @@ FROM [Companies] AS [c]
|
|||
]
|
||||
}
|
||||
```
|
||||
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.MultiDbContexts.verified.txt#L1-L32' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.MultiDbContexts.verified.txt' title='Start of snippet'>anchor</a></sup>
|
||||
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.MultiDbContexts.verified.txt#L1-L30' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.MultiDbContexts.verified.txt' title='Start of snippet'>anchor</a></sup>
|
||||
<!-- endSnippet -->
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче