dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / OracleArray Constructor / OracleArray Constructor(OracleType)
An OracleType to create a new instance of the OracleArray. This should be the array type, not the type of objects of which the array consists.

In This Topic
    OracleArray Constructor(OracleType)
    In This Topic
    Initializes a new instance of the OracleArray class of the specified type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal oraType As OracleType _
    )
    public OracleArray( 
       OracleType oraType
    )

    Parameters

    oraType
    An OracleType to create a new instance of the OracleArray. This should be the array type, not the type of objects of which the array consists.
    Remarks
    Use this constructor to create an OracleArray and pass it as a parameter by assigning to Value at the time of initialization.
    See Also