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