Gets the value of the specified column as a
System.Decimal object.
'Declaration
Public Overloads Overrides Function GetDecimal( _
ByVal As Integer _
) As Decimal
public override decimal GetDecimal(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.