C# 클래스 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.

상속: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement, IOraclePackage
파일 보기 프로젝트 열기: debop/NFramework

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OraclePackageData ( ) : System.Configuration
OraclePackageData ( string name, string prefix ) : System.Configuration

메소드 상세

OraclePackageData() 공개 메소드

public OraclePackageData ( ) : System.Configuration
리턴 System.Configuration

OraclePackageData() 공개 메소드

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