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