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