Enterprise Library Data Access Application Block  7.0-rc1
The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks.
Microsoft.Practices.EnterpriseLibrary.Data.Oracle.IOraclePackage Interface Reference

Represents the description of an Oracle package mapping. More...

Inheritance diagram for Microsoft.Practices.EnterpriseLibrary.Data.Oracle.IOraclePackage:
Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData

Properties

string Name [get]
 When implemented by a class, gets the name of the package. More...
 
string Prefix [get]
 When implemented by a class, gets the prefix for the package. More...
 

Detailed Description

Represents the description of an Oracle package mapping.

IOraclePackage is used to specify how to transform store procedure names into package qualified Oracle stored procedure names.

See also
OracleDatabase

Property Documentation

◆ Name

string Microsoft.Practices.EnterpriseLibrary.Data.Oracle.IOraclePackage.Name
get

When implemented by a class, gets the name of the package.

The name of the package.

◆ Prefix

string Microsoft.Practices.EnterpriseLibrary.Data.Oracle.IOraclePackage.Prefix
get

When implemented by a class, gets the prefix for the package.

The prefix for the package.


The documentation for this interface was generated from the following file: