C# 클래스 NSoft.NFramework.Data.SQLite.EnterpriseLibrary.SQLiteDatabase

상속: Microsoft.Practices.EnterpriseLibrary.Data.Database
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
SQLiteDatabase ( string connectionString ) : System

Initializes a new instance of the SqLiteProvider class.

보호된 메소드들

메소드 설명
DeriveParameters ( DbCommand discoveryCommand ) : void

Retrieves parameter information from the stored procedure specified in the T:System.Data.Common.DbCommand and populates the Parameters collection of the specified T:System.Data.Common.DbCommand object.

메소드 상세

DeriveParameters() 보호된 메소드

Retrieves parameter information from the stored procedure specified in the T:System.Data.Common.DbCommand and populates the Parameters collection of the specified T:System.Data.Common.DbCommand object.
protected DeriveParameters ( DbCommand discoveryCommand ) : void
discoveryCommand System.Data.Common.DbCommand The to do the discovery.
리턴 void

SQLiteDatabase() 공개 메소드

Initializes a new instance of the SqLiteProvider class.
public SQLiteDatabase ( string connectionString ) : System
connectionString string The connection string.
리턴 System