Overload | Description |
---|---|
OracleCommand Constructor() | Initializes a new instance of the OracleCommand class. |
OracleCommand Constructor(String) | Initializes a new instance of the OracleCommand class with the text of the query. |
OracleCommand Constructor(String,CommandType) | Initializes a new instance of the OracleCommand class with the text of the query and the command type. |
OracleCommand Constructor(String,OracleConnection) | Initializes a new instance of the OracleCommand class with the text of the query and a object, and the OracleTransaction. |
OracleCommand Constructor(String,OracleTransaction) | Initializes a new instance of the OracleCommand class with the text of the query, and the OracleTransaction object. |