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

In This Topic
OracleArray Class Methods
In This Topic

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

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