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