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