DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataAdapter Class / C1SalesforceDataAdapter Constructor / C1SalesforceDataAdapter Constructor(C1SalesforceCommand)

In This Topic
    C1SalesforceDataAdapter Constructor(C1SalesforceCommand)
    In This Topic
    Initializes a new instance of the C1SalesforceDataAdapter class with a select command.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal command As C1SalesforceCommand _
    )
    public C1SalesforceDataAdapter( 
       C1SalesforceCommand command
    )

    Parameters

    command
    See Also