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

OracleArray Class Properties

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

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
See Also