Row.IsNull Method (Int32) |
Determines if the value in the column is null
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.3.0
Syntax public virtual bool IsNull(
int index
)
Parameters
- index
- Type: System.Int32
Return Value
Type:
BooleanSee Also