dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class
Properties Methods

In This Topic
    OracleArray Class Members
    In This Topic

    The following tables list the members exposed by OracleArray.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleArray class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements that the OracleArray can contain.  
    Public PropertyGets the number of elements contained in the OracleArray.  
    Public PropertyGets a value indicating whether the OracleArray has a fixed size.  
    Public PropertyIndicates whether or not the OracleArray represents a null value.  
    Public PropertyGets a value indicating whether the OracleArray is read-only.  
    Public PropertyGets a value indicating whether access to the OracleArray is synchronized (thread-safe).  
    Public PropertyGets or sets the element at the specified index.  
    Public Propertystatic (Shared in Visual Basic)Represents a null value of an OracleArray object.  
    Public PropertyGets type of the objects in the array.  
    Public PropertyGets an object that can be used to synchronize access to the OracleArray.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object of specified OracleType.ItemDbType type to the end of the OracleArray.  
    Public MethodRemoves all elements from the OracleArray.  
    Public MethodCreates a copy of an OracleArray object.  
    Public MethodDetermines whether an element is in the OracleArray.  
    Public MethodCopies the entire OracleArray to a compatible System.Array starting at the specified index.  
    Public MethodReturns an enumerator for the OracleArray.  
    Public MethodGets the value of the array element at the specified ordinal in its Oracle format.  
    Public MethodGets the location in the collection of the OracleArray object.  
    Public MethodInserts an OracleArray into the collection at the specified index.  
    Public MethodRemoves the specified element from the OracleArray.  
    Public MethodRemoves the element at the specified index from the OracleArray.  
    Top
    See Also