Public Function GetDecimal( _ ByVal columnIndex As Integer _ ) As Decimal
Dim instance As BaseReader Dim columnIndex As Integer Dim value As Decimal value = instance.GetDecimal(columnIndex)
public decimal GetDecimal( int columnIndex )
public: decimal GetDecimal( int columnIndex )
Parameters
- columnIndex
- Index of the column.
Return Value
System.Decimal.