CqlParameterIsNullable Property |
Gets a value indicating whether the parameter accepts null values.
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.1.0
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