Skip to content

Instantly share code, notes, and snippets.

@mikependon
Created July 19, 2020 14:04
Show Gist options
  • Save mikependon/38eec7ec86e30adec2652d6a6bfcae07 to your computer and use it in GitHub Desktop.
Save mikependon/38eec7ec86e30adec2652d6a6bfcae07 to your computer and use it in GitHub Desktop.
ORM_Query
using (var connection = new SqlConnection(connectionString))
{
return connection.QueryAll<Customer>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment