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