Click or drag to resize
RowIsNull Method (Int32)
Determines if the value in the column is null

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public virtual bool IsNull(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: Boolean
See Also