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