-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In BulkInsert if the parameter "Convert Empty PropertyValues To Null" is true
Line 239 in 83d118c
if (options.ConvertEmptyPropertyValuesToNull) |
Frends.Sql/Frends.Sql/Extensions.cs
Line 49 in 83d118c
row[index] = null; |
Why it sets whole row to null (why not element)?
Metadata
Metadata
Assignees
Labels
No labels