Click or drag to resize
CqlReaderIsDBNull Method
Return whether the specified field is set to null.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public override bool IsDBNull(
	int ordinal
)

Parameters

ordinal
Type: SystemInt32

Return Value

Type: Boolean
true if the specified field is set to null; otherwise, false.

Implements

IDataRecordIsDBNull(Int32)
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe index passed was outside the range of 0 through FieldCount.
See Also