 | SphinxQLDataReaderGetBoolean(String) Method |
Gets the value of the specified column as a Boolean.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic bool GetBoolean(
string name
)
Public Function GetBoolean (
name As String
) As Boolean
Parameters
- name String
- The name of the column.
Return Value
BooleanThe value of the specified column.
Exceptions
See Also