dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePackage Class / OraclePackage Constructor

On this page
    OraclePackage Constructor
    On this page
    Initializes a new instance of the OraclePackage class.
    Syntax
    'Declaration
     
    Public Function New()
    public OraclePackage()
    Remarks
    The base constructor initializes all fields to their default values. The following table shows initial values set to the read/write properties when a new instance of OraclePackage is created.
    Properties Initial value
    Connection null
    PackageName an empty string ("")
    See Also