SphinxQLDataReaderIsDBNull(String) Method

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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