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

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public bool IsNull(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
See Also