OraclePackageData Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents the package information to use when calling a stored procedure for Oracle.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
PublicClassOraclePackageData _
    Inherits NamedConfigurationElement _
    Implements IOraclePackage
publicclassOraclePackageData : NamedConfigurationElement, 
    IOraclePackage
publicref classOraclePackageData : public NamedConfigurationElement, 
    IOraclePackage
publicclass OraclePackageData extends NamedConfigurationElement implements IOraclePackage

Remarks

A package name can be appended to the stored procedure name of a command if the prefix of the stored procedure matchs the prefix defined. This allows the caller of the stored procedure to use stored procedures in a more database independent fashion.

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement
      Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData

See Also

OraclePackageData Members

Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.