I\'m trying to use EntityFramework.BulkInsert located at http://efbulkinsert.codeplex.com/. It\'s an extension for Entity Framework.
I installed the proper NuGet pa
You need to add
using EntityFramework.BulkInsert.Extensions;
to the top of your class