Created
May 5, 2020 20:36
-
-
Save BanksySan/cdb7fabe325d42f347ce7db8cd3d38e2 to your computer and use it in GitHub Desktop.
Blog: IDataReader, .NET Core & Multiple Tables (1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT [Id],[Description] | |
FROM [dbo].[Table1]; | |
SELECT [Id],[Description] | |
FROM [dbo].[Table2]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment