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