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

Inheritance: Microsoft.Practices.EnterpriseLibrary.Data.Database
Mostrar archivo Open project: debop/NFramework

Public Methods

Method Description
SQLiteDatabase ( string connectionString ) : System

Initializes a new instance of the SqLiteProvider class.

Protected Methods

Method 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 method

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.
return void

SQLiteDatabase() public method

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