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.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override bool SourceColumnNullMapping { get; set; }
Return Value
Type:
Booleantrue if the source column is nullable; false if it is not.
See Also