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