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