DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / GetInt32 Method
The zero-based column ordinal.

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

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    See Also