C# Класс NSoft.NFramework.Data.SQLite.EnterpriseLibrary.SQLiteDatabase

Наследование: Microsoft.Practices.EnterpriseLibrary.Data.Database
Показать файл Открыть проект

Открытые методы

Метод Описание
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