DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / GetDecimal Method
The zero-based column ordinal.

In This Topic
    GetDecimal Method (C1SalesforceDataReader)
    In This Topic
    Gets the value of the specified column as a Decimal object.
    Syntax
    'Declaration
     
    Public Overridable Function GetDecimal( _
       ByVal ordinal As Integer _
    ) As Decimal
    public virtual decimal GetDecimal( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    See Also