Sphinx QLData ReaderGet Name Method
Gets the name of the column, given the zero-based column ordinal.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The name of the specified column.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override string GetName(
int ordinal
)VB
Public Overrides Function GetName (
ordinal As Integer
) As StringParameters
- ordinal Int32
- The zero-based column ordinal.
Return Value
StringThe name of the specified column.
Implements
IDataRecordGetName(Int32)Exceptions
| IndexOutOfRangeException | The provided column index is out of range. |