 | SphinxQLDataReaderIsDBNull(String) 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 bool IsDBNull(
string name
)
Public Function IsDBNull (
name As String
) As Boolean
Parameters
- name String
- The name of the column.
Return Value
Booleantrue if the column is NULL, otherwise
false.
See Also