'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As MailChimpConnection _ )
public MailChimpCommand( string commandText, MailChimpConnection connection )
Parameters
- commandText
- The text of the query.
- connection
- A MailChimpConnection object that represents the connection to Mailchimp.