[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameter.SourceColumnNullMapping

SourceColumnNullMapping Property

SourceColumnNullMapping

Sets or gets a value which indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns.

Declaration
public override bool SourceColumnNullMapping { get; set; }
Overrides