 | SphinxQLDataReaderGetString(Int32) 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 override string GetString(
int ordinal
)
Public Overrides Function GetString (
ordinal As Integer
) As String
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
StringThe value of the specified column.
Implements
IDataRecordGetString(Int32)
Exceptions
See Also