C# Class NSoft.NFramework.Data.SQLite.EnterpriseLibrary.SQLiteDatabase

Inheritance: Microsoft.Practices.EnterpriseLibrary.Data.Database
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
SQLiteDatabase ( string connectionString ) : System

Initializes a new instance of the SqLiteProvider class.

Méthodes protégées

Méthode Description
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.

Method Details

DeriveParameters() protected méthode

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.
Résultat void

SQLiteDatabase() public méthode

Initializes a new instance of the SqLiteProvider class.
public SQLiteDatabase ( string connectionString ) : System
connectionString string The connection string.
Résultat System