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