[]
Gets the value of the specified column as a Decimal object.
public override decimal GetDecimal(int ordinal)
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| decimal | The value of the specified column. |