DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / Item Property / Item(Int32) Property
The zero-based column ordinal.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the value of the specified column as an instance of System.Object.
    Syntax
    'Declaration
     
    Public Overloads Overridable ReadOnly Property Item( _
       ByVal ordinal As Integer _
    ) As Object
    public virtual object Item( 
       int ordinal
    ) {get;}

    Parameters

    ordinal
    The zero-based column ordinal.

    Property Value

    The value of the specified column.
    See Also