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