dotConnect for Zoho Desk Documentation
Devart.Data Namespace / SqlShimDataReader Class / GetInt64 Method / GetInt64(Int32) Method
The zero-based column ordinal.

On this page
    GetInt64(Int32) Method
    On this page
    Gets the value of the specified column as a 64-bit signed integer.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetInt64( _
       ByVal ordinal As Integer _
    ) As Long
    public override long GetInt64( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    Remarks

    Call IsDBNull to check for null values before calling this method.

    See Also