CqlParameterSourceColumnNullMapping Property |
Sets or gets a value which indicates whether the source column is nullable.
This allows DbCommandBuilder
to correctly generate Update statements for nullable columns.
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public override bool SourceColumnNullMapping { get; set; }
Return Value
Type:
Booleantrue if the source column is nullable; false if it is not.
See Also