RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SqliteDataProcessor Members

The SqliteDataProcessor type exposes the following members.

Methods


  Name Description
Public method CloseConnection
Closes the database connection.
Public method DropDatabase
Drops the database.
Public method GetDatabaseListSql
Implement this to create and open the database connection.
Public method GetDropDatabaseSql
Gets the drop database SQL.
Public method GetIdentityInsertSql
Gets the identity insert SQL.
Public method TestConnection
Tests the connection.

Properties


  Name Description
Public property ConnectionString
Gets the database connection string.
Public property FileName
Gets or sets the name of the Sqlite .sqlite file.
Public property FilePath
Gets or sets the file path.
Public property Password
Gets or sets the password.
Public property SqlGenerator
Implement this to create and return the SQL generator which will be used in GetData.