Click or drag to resize

SphinxQLDataReaderIsDBNull(Int32) Method

Gets a value that indicates whether the column contains nonexistent or missing values.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override bool IsDBNull(
	int ordinal
)

Parameters

ordinal  Int32
The zero-based column ordinal.

Return Value

Boolean
true if the column is NULL, otherwise false.

Implements

IDataRecordIsDBNull(Int32)
See Also