Click or drag to resize
SphinxQLDataReaderIsDBNull Method (String)
Gets a value that indicates whether the column contains nonexistent or missing values.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public bool IsDBNull(
	string name
)

Parameters

name
Type: SystemString
The name of the column.

Return Value

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