I\'m getting this exception when trying to do an SqlBulkCopy from a DataTable.
Error Message: The given value of type String from the data source cannot be c
Make sure that the column values u added in entity class having get set properties also in the same order which is present in target table.