CqlReader.IsDBNull Method |
Return whether the specified field is set to null.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntaxpublic override bool IsDBNull(
int ordinal
)
Parameters
- ordinal
- Type: System.Int32
Return Value
Type:
Booleantrue if the specified field is set to null; otherwise, false.
Implements
IDataRecord.IsDBNull(Int32)
ExceptionsException | Condition |
---|
IndexOutOfRangeException | The index passed was outside the range of 0 through FieldCount. |
See Also