If table column name and entity model field have different case the BulkInsert failed
The bulkinsert is CaseSensitive for names of table column and entity model field
For expample if my table has the column "Name" and my model has the field "NAME" the insert failed with InvalidOperationException because the column mapping is invalid.