dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleArray Class / NativeOracleArray Constructor / NativeOracleArray Constructor(OracleType,OracleConnection)
An OracleConnection used to describe object type at the Oracle server.

In This Topic
    NativeOracleArray Constructor(OracleType,OracleConnection)
    In This Topic
    Initializes a new instance of the NativeOracleArray class of the specified type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal objectType As OracleType, _
       ByVal connection As OracleConnection _
    )
    public NativeOracleArray( 
       OracleType objectType,
       OracleConnection connection
    )

    Parameters

    objectType
    connection
    An OracleConnection used to describe object type at the Oracle server.
    Remarks
    Use this constructor to create an NativeOracleArray and pass it as a parameter by assigning to Value at the time of initialization.
    See Also