dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleScript Class / OracleScript Constructor / OracleScript Constructor(String,OracleConnection)
The text of the query.
A OracleConnection object that represents the connection to a database.

In This Topic
    OracleScript Constructor(String,OracleConnection)
    In This Topic
    Initializes a new instance of the OracleScript class with the text of the query and a OracleConnection object.
    Syntax
    '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.
    See Also