Name | Description | |
---|---|---|
OracleArray Constructor | Overloaded. Initializes a new instance of the OracleArray class. |
The following tables list the members exposed by OracleArray.
Name | Description | |
---|---|---|
OracleArray Constructor | Overloaded. Initializes a new instance of the OracleArray class. |
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. |
Name | Description | |
---|---|---|
Add | Adds an object of specified OracleType.ItemDbType type to the end of the OracleArray. | |
Clear | Removes all elements from the OracleArray. | |
Clone | Creates a copy of an OracleArray object. | |
Contains | Determines whether an element is in the OracleArray. | |
CopyTo | Copies the entire OracleArray to a compatible System.Array starting at the specified index. | |
GetEnumerator | Returns an enumerator for the OracleArray. | |
GetOracleValue | Gets the value of the array element at the specified ordinal in its Oracle format. | |
IndexOf | Gets the location in the collection of the OracleArray object. | |
Insert | Inserts an OracleArray into the collection at the specified index. | |
Remove | Removes the specified element from the OracleArray. | |
RemoveAt | Removes the element at the specified index from the OracleArray. |