CqlParameterIsNullable Property |
Gets a value indicating whether the parameter accepts null values.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override bool IsNullable { get; set; }
Return Value
Type:
Booleantrue if null values are accepted; otherwise, false. The default is false.
Implements
IDataParameterIsNullableSee Also