 | SphinxQLDataReaderGetString Method (String) |
Gets the value of the specified column as an instance of
String.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic string GetString(
string name
)
Public Function GetString (
name As String
) As String
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
StringThe value of the specified column.
Exceptions
See Also