dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleTable Class
Properties Methods

In This Topic
    NativeOracleTable Class Members
    In This Topic

    The following tables list the members exposed by NativeOracleTable.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the NativeOracleTable class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets OracleConnection used by NativeOracleObjectBase descendant. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public PropertyGets the number of elements contained in the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public PropertyGets a value indicating whether the NativeOracleArray has a fixed size. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public PropertyIndicates whether or not the NativeOracleObject represents a null value. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public PropertyGets a value indicating whether the NativeOracleArray is read-only. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public PropertyGets a value indicating whether access to the NativeOracleArray is synchronized (thread-safe). (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public PropertyOverloaded. Gets or sets the element at the specified index. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public PropertyGets an OracleType of the specified object. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public PropertyGets an object that can be used to synchronize access to the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public PropertyGets the value of the NativeOracleArray as .NET Framework array of the elements of the same type. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object of specified OracleType.ItemDbType type to the end of the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodRemoves all elements from the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodDetermines whether an element is in the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodCopies the entire NativeOracleArray to a compatible System.Array starting at the specified index. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodDisposes the resources allocated by the NativeOracleObjectBase object. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public MethodFlushes updated data to the server. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public MethodReturns an enumerator for the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodGets the value of the array element at the specified ordinal in its Oracle format. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodGets the location in the collection of the NativeOracleArray object. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodInserts an NativeOracleArray into the collection at the specified index. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodRefreshes object data from the server. (Inherited from Devart.Data.Oracle.NativeOracleObjectBase)
    Public MethodRemoves the specified element from the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Public MethodRemoves the element at the specified index from the NativeOracleArray. (Inherited from Devart.Data.Oracle.NativeOracleArray)
    Top
    See Also