Skip to content

Instantly share code, notes, and snippets.

View borisdj's full-sized avatar

Boris Djurdjevic borisdj

View GitHub Profile
var imports = new List<Product>();
//Load up the imports
//Pass in cnx, tablename, and list of imports
BulkInsert(context.Database.Connection.ConnectionString, "Products", imports);