Name | Description | |
---|---|---|
![]() | Capacity | Gets the number of elements that the OracleArray can contain. |
![]() | Count | Gets the number of elements contained in the OracleArray. |
![]() | IsFixedSize | Gets a value indicating whether the OracleArray has a fixed size. |
![]() | IsNull | Indicates whether or not the OracleArray represents a null value. |
![]() | IsReadOnly | Gets a value indicating whether the OracleArray is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the OracleArray is synchronized (thread-safe). |
![]() | Item | Gets or sets the element at the specified index. |
![]() ![]() | Null | Represents a null value of an OracleArray object. |
![]() | ObjectType | Gets type of the objects in the array. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the OracleArray. |