Click or drag to resize
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: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override bool SourceColumnNullMapping { get; set; }

Return Value

Type: Boolean
true if the source column is nullable; false if it is not.
See Also