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