DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataReader Class / GetInt64 Method
The zero-based column ordinal.

In This Topic
    GetInt64 Method (C1KintoneDataReader)
    In This Topic
    Gets the value of the specified column as a 64-bit signed integer.
    Syntax
    'Declaration
     
    Public Overridable Function GetInt64( _
       ByVal ordinal As Integer _
    ) As Long
    public virtual long GetInt64( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    See Also