 | SphinxQLDataReader.GetDecimal Method (Int32) |
Gets the value of the specified column as a
Decimal object.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic override decimal GetDecimal(
int ordinal
)
Public Overrides Function GetDecimal (
ordinal As Integer
) As Decimal
Parameters
- ordinal
- Type: System.Int32
The zero-based column ordinal.
Return Value
Type:
DecimalThe value of the specified column.
Implements
IDataRecord.GetDecimal(Int32)
Exceptions
See Also