dotConnect for QuickBooks Online Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetInt64 Method / GetInt64(String) Method
The name of the column.

In This Topic
    GetInt64(String) Method
    In This Topic
    Gets the value of the specified column as a 64-bit signed integer.
    Syntax
    'Declaration
     
    Public Overloads Function GetInt64( _
       ByVal name As String _
    ) As Long
    public long GetInt64( 
       string name
    )

    Parameters

    name
    The name of the column.

    Return Value

    The value of the specified column.
    See Also