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