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
Afficher le fichier Open project: debop/NFramework

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OraclePackageData ( ) : System.Configuration
OraclePackageData ( string name, string prefix ) : System.Configuration

Method Details

OraclePackageData() public méthode

public OraclePackageData ( ) : System.Configuration
Résultat System.Configuration

OraclePackageData() public méthode

public OraclePackageData ( string name, string prefix ) : System.Configuration
name string
prefix string
Résultat System.Configuration