'Declaration Public Function New( _ ByVal reader As TextReader, _ ByVal connection As OracleConnection _ ) |
public OracleScript( TextReader reader, OracleConnection connection ) |
Parameters
- reader
- A TextReader object that contains the script text.
- connection
- A OracleConnection object that represents the connection to a database.