 | 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: 5.4.1
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