DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / GetValues Method
An array of System.Object into which to copy the attribute columns.

In This Topic
    GetValues Method (C1SalesforceDataReader)
    In This Topic
    Populates an array of objects with the column values of the current row.
    Syntax
    'Declaration
     
    Public Overridable Function GetValues( _
       ByVal values() As Object _
    ) As Integer
    public virtual int GetValues( 
       object[] values
    )

    Parameters

    values
    An array of System.Object into which to copy the attribute columns.

    Return Value

    The number of instances of System.Object in the array.
    See Also