Click or drag to resize

SphinxQLDataReaderIsDBNull(String) 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 bool IsDBNull(
	string name
)

Parameters

name  String
The name of the column.

Return Value

Boolean
true if the column is NULL, otherwise false.
See Also