Name | Description | |
---|---|---|
NativeOracleTable Constructor | Overloaded. Initializes a new instance of the NativeOracleTable class. |
The following tables list the members exposed by NativeOracleTable.
Name | Description | |
---|---|---|
NativeOracleTable Constructor | Overloaded. Initializes a new instance of the NativeOracleTable class. |
Name | Description | |
---|---|---|
Connection | Gets or sets OracleConnection used by NativeOracleObjectBase descendant. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase) | |
Count | Gets the number of elements contained in the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
IsFixedSize | Gets a value indicating whether the NativeOracleArray has a fixed size. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
IsNull | Indicates whether or not the NativeOracleObject represents a null value. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase) | |
IsReadOnly | Gets a value indicating whether the NativeOracleArray is read-only. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
IsSynchronized | Gets a value indicating whether access to the NativeOracleArray is synchronized (thread-safe). (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
Item | Overloaded. Gets or sets the element at the specified index. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
ObjectType | Gets an OracleType of the specified object. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase) | |
SyncRoot | Gets an object that can be used to synchronize access to the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
Value | Gets the value of the NativeOracleArray as .NET Framework array of the elements of the same type. (Inherited from Devart.Data.Oracle.NativeOracleArray) |
Name | Description | |
---|---|---|
Add | Adds an object of specified OracleType.ItemDbType type to the end of the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
Clear | Removes all elements from the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
Contains | Determines whether an element is in the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
CopyTo | Copies the entire NativeOracleArray to a compatible System.Array starting at the specified index. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Disposes the resources allocated by the NativeOracleObjectBase object. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase) | |
Flush | Flushes updated data to the server. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase) | |
GetEnumerator | Returns an enumerator for the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetOracleValue | Gets the value of the array element at the specified ordinal in its Oracle format. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
IndexOf | Gets the location in the collection of the NativeOracleArray object. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Insert | Inserts an NativeOracleArray into the collection at the specified index. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
Refresh | Refreshes object data from the server. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase) | |
Remove | Removes the specified element from the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) | |
RemoveAt | Removes the element at the specified index from the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray) |