 | SphinxQLDataReaderGetOrdinal Method |
Gets the column ordinal given the name of the column. This method
is case insensitive.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override int GetOrdinal(
string name
)
Public Overrides Function GetOrdinal (
name As String
) As Integer
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
Int32The zero-based column ordinal.
Implements
IDataRecordGetOrdinal(String)
Exceptions
See Also