Name | Description | |
---|---|---|
OracleTable Constructor | Initializes a new instance of the OracleTable class. |
The following tables list the members exposed by OracleTable.
Name | Description | |
---|---|---|
OracleTable Constructor | Initializes a new instance of the OracleTable class. |
Name | Description | |
---|---|---|
Capacity | Gets the number of elements that the OracleArray can contain. (Inherited from Devart.Data.Oracle.OracleArray) | |
Count | Gets the number of elements contained in the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) | |
IsFixedSize | Gets a value indicating whether the OracleArray has a fixed size. (Inherited from Devart.Data.Oracle.OracleArray) | |
IsNull | Indicates whether or not the OracleArray represents a null value. (Inherited from Devart.Data.Oracle.OracleArray) | |
IsReadOnly | Gets a value indicating whether the OracleArray is read-only. (Inherited from Devart.Data.Oracle.OracleArray) | |
IsSynchronized | Gets a value indicating whether access to the OracleArray is synchronized (thread-safe). (Inherited from Devart.Data.Oracle.OracleArray) | |
Item | Gets or sets the element at the specified index. (Inherited from Devart.Data.Oracle.OracleArray) | |
Null | Represents a null value of an OracleTable object. | |
ObjectType | Gets type of the objects in the array. (Inherited from Devart.Data.Oracle.OracleArray) | |
SyncRoot | Gets an object that can be used to synchronize access to the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) |
Name | Description | |
---|---|---|
Add | Adds an object of specified OracleType.ItemDbType type to the end of the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) | |
Clear | Removes all elements from the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) | |
Clone | Creates a copy of an OracleArray object. (Inherited from Devart.Data.Oracle.OracleArray) | |
Contains | Determines whether an element is in the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) | |
CopyTo | Copies the entire OracleArray to a compatible System.Array starting at the specified index. (Inherited from Devart.Data.Oracle.OracleArray) | |
GetEnumerator | Returns an enumerator for the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) | |
GetOracleValue | Gets the value of the array element at the specified ordinal in its Oracle format. (Inherited from Devart.Data.Oracle.OracleArray) | |
IndexOf | Gets the location in the collection of the OracleArray object. (Inherited from Devart.Data.Oracle.OracleArray) | |
Insert | Inserts an OracleArray into the collection at the specified index. (Inherited from Devart.Data.Oracle.OracleArray) | |
Remove | Removes the specified element from the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) | |
RemoveAt | Removes the element at the specified index from the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray) |