dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleObjectBase Class
Members

NativeOracleObjectBase Class
Represents an object of any Oracle object type defined by the user (Object, VARRAY or Nested table).
Syntax
'Declaration
 
Public MustInherit Class NativeOracleObjectBase 
   Inherits System.MarshalByRefObject
   Implements System.IDisposable 
 
Remarks
The NativeOracleObjectBase class represents common interface to access attributes of the object and elements of the array by Item indexed property.

This class is not available in OracleConnection.Direct mode.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Devart.Data.Oracle.NativeOracleObjectBase
         Devart.Data.Oracle.NativeOracleArray
         Devart.Data.Oracle.NativeOracleObject

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also