Skip to content

Instantly share code, notes, and snippets.

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