CqlReaderGetDecimal Method |
Gets the fixed-position numeric value of the specified field.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public override decimal GetDecimal(
int ordinal
)
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
DecimalThe fixed-position numeric value of the specified field.
Implements
IDataRecordGetDecimal(Int32)Exceptions Exception | Condition |
---|
IndexOutOfRangeException | The index passed was outside the range of 0 through FieldCount. |
See Also