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.