'Declaration Public Function New( _ ByVal scriptText As String, _ ByVal connection As SqlConnection _ )
public SqlScript( string scriptText, SqlConnection connection )
Parameters
- scriptText
- The text of the query.
- connection
- A SqlConnection object that represents the connection to a database.