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

In This Topic
    C1SalesforceCommand Constructor(C1SalesforceConnection,String)
    In This Topic
    Create a C1SalesforceCommand instance with a connection and a command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1SalesforceConnection, _
       ByVal commandText As String _
    )
    public C1SalesforceCommand( 
       C1SalesforceConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also