Click or drag to resize
CqlParameterIsNullable Property
Gets a value indicating whether the parameter accepts null values.

Namespace: Dse.Data
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public override bool IsNullable { get; set; }

Return Value

Type: Boolean
true if null values are accepted; otherwise, false. The default is false.

Implements

IDataParameterIsNullable
See Also