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

    OraclePackage Class Members

    The following tables list the members exposed by OraclePackage.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OraclePackage class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the OracleConnection used by this instance of the OraclePackage.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a name of component that will be displayed in DBMonitor application.  
    Public PropertyGets or sets Oracle package name where procedures or variables exist.  
    Public PropertyContains parameters of the currently executed package procedure.  
    Public Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReturns collection of parameters required to execute a procedure.  
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodObsolete. Executes stored procedure or function.  
    Public MethodOverloaded. Executes stored procedure or function.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReturns a value of the variable in the package mapped to the specified type.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodAssigns specified value to a variable from the package.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also