 | SphinxQLDataReaderGetName Method |
Gets the name of the column, given the zero-based column ordinal.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override string GetName(
int ordinal
)
Public Overrides Function GetName (
ordinal As Integer
) As String
Parameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
StringThe name of the specified column.
Implements
IDataRecordGetName(Int32)
Exceptions
See Also