DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / Item Property / Item(String) Property
The name of the column.

In This Topic
    Item(String) 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 name As String _
    ) As Object
    public virtual object Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the column.

    Property Value

    The value of the specified column.
    See Also