SourceColumnNullMapping Property
In This Topic
Sets or gets a value which indicates whether the source column is nullable.
This allows DbCommandBuilder to correctly generate Update statements for nullable columns.
Syntax
'Declaration
Public Overrides Property SourceColumnNullMapping As Boolean
public override bool SourceColumnNullMapping {get; set;}
See Also