 | SphinxQLDataReaderIsDBNull Method (String) |
Gets a value that indicates whether the column contains nonexistent or missing values.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic bool IsDBNull(
string name
)
Public Function IsDBNull (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
Booleantrue if the column is NULL, otherwise
false.
See Also