Property SourceColumnNullMapping
SourceColumnNullMapping
Sets a value which indicates whether the source column is nullable. This allows SqlCommandBuilder to correctly generate and update statements for nullable columns.
Declaration
public bool SourceColumnNullMapping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Boolean value, either true or false. |