Method GetDecimal
| Improve this Doc View SourceGetDecimal(Int32)
Gets the value of specified column as Decimal.
Declaration
public virtual decimal? GetDecimal(int ordinal)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ordinal | The column ordinal. |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The value. |