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