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