mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-06 05:56:10 +00:00
Add test verification files
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
SELECT 4
|
||||
FROM [Concrete] AS [c]
|
||||
@@ -0,0 +1,3 @@
|
||||
SELECT [c].[Id]
|
||||
FROM [BaseProvider] AS [b]
|
||||
INNER JOIN [Concrete] AS [c] ON [b].[Id] = [c].[BaseProviderId]
|
||||
Reference in New Issue
Block a user