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

In This Topic
    NativeOracleArray Class Members
    In This Topic

    The following tables list the members exposed by NativeOracleArray.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the NativeOracleArray class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets OracleConnection used by NativeOracleObjectBase descendant. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public PropertyGets the number of elements contained in the NativeOracleArray.  
    Public PropertyGets a value indicating whether the NativeOracleArray has a fixed size.  
    Public PropertyIndicates whether or not the NativeOracleObject represents a null value. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public PropertyGets a value indicating whether the NativeOracleArray is read-only.  
    Public PropertyGets a value indicating whether access to the NativeOracleArray is synchronized (thread-safe).  
    Public PropertyOverloaded. Gets or sets the element at the specified index.  
    Public PropertyGets an OracleType of the specified object. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public PropertyGets an object that can be used to synchronize access to the NativeOracleArray.  
    Public PropertyGets the value of the NativeOracleArray as .NET Framework array of the elements of the same type.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object of specified OracleType.ItemDbType type to the end of the NativeOracleArray.  
    Public MethodRemoves all elements from the NativeOracleArray.  
    Public MethodDetermines whether an element is in the NativeOracleArray.  
    Public MethodCopies the entire NativeOracleArray to a compatible System.Array starting at the specified index.  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodDisposes the resources allocated by the NativeOracleObjectBase object. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public MethodFlushes updated data to the server. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public MethodReturns an enumerator for the NativeOracleArray.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    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 NativeOracleArray object.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodInserts an NativeOracleArray into the collection at the specified index.  
    Public MethodRefreshes object data from the server. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public MethodRemoves the specified element from the NativeOracleArray.  
    Public MethodRemoves the element at the specified index from the NativeOracleArray.  
    Top
    See Also