OracleScript Constructor(String,OracleConnection)
Initializes a new instance of the
OracleScript class with the text of the query and a
OracleConnection object.
Parameters
- scriptText
- The text of the query.
- connection
- A OracleConnection object that represents the connection to a database.