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