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

In This Topic
    GetDouble Method (C1SalesforceDataReader)
    In This Topic
    Gets the value of the specified column as a double-precision floating point number.
    Syntax
    'Declaration
     
    Public Overridable Function GetDouble( _
       ByVal ordinal As Integer _
    ) As Double
    public virtual double GetDouble( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    See Also