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