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

In This Topic
    GetDecimal Method (C1JsonDataReader)
    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