OracleScript Constructor(Stream,OracleConnection)
Initializes a new instance of the
OracleScript class with a
Stream object to get SQL statements from and a
OracleConnection object.
Parameters
- stream
- A Stream object that contains the script text.
- connection
- A OracleConnection object that represents the connection to a database.