D
Darren
I'm using a SqlCommandBuilder to construct an insert command using the
GetInsertCommand().
The command builder doesn't change the parameter's IsNullable value based on
the schema which allows some columns to be null.
The result is I cannot insert a new record with parameter values set to
null using the command that was built by GetInsertCommand
GetInsertCommand().
The command builder doesn't change the parameter's IsNullable value based on
the schema which allows some columns to be null.
The result is I cannot insert a new record with parameter values set to
null using the command that was built by GetInsertCommand