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