 | SphinxQLDataReaderIsDBNull(Int32) Method |
Gets a value that indicates whether the column contains nonexistent or missing values.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override bool IsDBNull(
int ordinal
)
Public Overrides Function IsDBNull (
ordinal As Integer
) As Boolean
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
Booleantrue if the column is NULL, otherwise
false.
Implements
IDataRecordIsDBNull(Int32)
See Also