DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataAdapter Class / C1SalesforceDataAdapter Constructor / C1SalesforceDataAdapter Constructor(C1SalesforceConnection,String)

In This Topic
    C1SalesforceDataAdapter Constructor(C1SalesforceConnection,String)
    In This Topic
    Initializes a new instance of the C1SalesforceDataAdapter class a conection and a select command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1SalesforceConnection, _
       ByVal commandText As String _
    )
    public C1SalesforceDataAdapter( 
       C1SalesforceConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also