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