Sphinx QLData ReaderIs DBNull(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
true if the column is NULL, otherwise false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool IsDBNull(
string name
)VB
Public Function IsDBNull (
name As String
) As BooleanParameters
- name String
- The name of the column.
Return Value
Booleantrue if the column is NULL, otherwise false.