You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly this is a great library and thanks a ton @schotime !!
I am facing with the issue with InsertBulkAsync where my poco class has nullable properties. I'm getting "Cannot change DataType of a column once it has data. : at System.Data.DataColumn.set_DataType(Type value)....." when InsertBulkAsync is called.
Firstly this is a great library and thanks a ton @schotime !!
I am facing with the issue with InsertBulkAsync where my poco class has nullable properties. I'm getting "Cannot change DataType of a column once it has data. : at System.Data.DataColumn.set_DataType(Type value)....." when InsertBulkAsync is called.
NPoco.SqlServer v.5.7.0
Here is the code snippet:
and here is the poco class definition.
Am I doing anything wrong? Thanks a lot.
The text was updated successfully, but these errors were encountered: