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

In This Topic
NativeOracleArray Class Methods
In This Topic

For a list of all members of this type, see NativeOracleArray members.

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