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