dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePackage Class / PackageName Property

In This Topic
PackageName Property
In This Topic
Gets or sets Oracle package name where procedures or variables exist.
Syntax
'Declaration
 
Public Property PackageName As String
 

Property Value

The name of the package within Oracle database. The default value is an empty string ("").
Remarks
You must set PackageName property before the execution of any procedure. If the package does not exist an exception will be thrown.
See Also