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.
|
Represents the description of an Oracle package mapping. More...
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... | |
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.
|
get |
When implemented by a class, gets the name of the package.
The name of the package.
|
get |
When implemented by a class, gets the prefix for the package.
The prefix for the package.