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