Skip to content

Instantly share code, notes, and snippets.

@BanksySan
Created May 5, 2020 20:36
Show Gist options
  • Save BanksySan/cdb7fabe325d42f347ce7db8cd3d38e2 to your computer and use it in GitHub Desktop.
Save BanksySan/cdb7fabe325d42f347ce7db8cd3d38e2 to your computer and use it in GitHub Desktop.
Blog: IDataReader, .NET Core & Multiple Tables (1)
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