'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As SalesforceConnection _ )
public SalesforceCommand( string commandText, SalesforceConnection connection )
Parameters
- commandText
- The text of the query.
- connection
- A SalesforceConnection object that represents the connection to Salesforce.com or Database.com.