C# Class NSoft.NFramework.Data.OdpNet.EnterpriseLibrary.Configuration.OraclePackageData

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

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: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement, IOraclePackage
Exibir arquivo Open project: debop/NFramework

Private Properties

Property Type Description

Public Methods

Method Description
OraclePackageData ( ) : System.Configuration
OraclePackageData ( string name, string prefix ) : System.Configuration

Method Details

OraclePackageData() public method

public OraclePackageData ( ) : System.Configuration
return System.Configuration

OraclePackageData() public method

public OraclePackageData ( string name, string prefix ) : System.Configuration
name string
prefix string
return System.Configuration