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