 | SphinxQLDataReaderGetName Method |
Gets the name of the column, given the zero-based column ordinal.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
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