SqliteDataProcessor Members
The SqliteDataProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CloseConnection |
Closes the database connection.
|
![]() |
DropDatabase |
Drops the database.
|
![]() |
GetDatabaseListSql |
Implement this to create and open the database connection.
|
![]() |
GetDropDatabaseSql |
Gets the drop database SQL.
|
![]() |
GetIdentityInsertSql |
Gets the identity insert SQL.
|
![]() |
TestConnection |
Tests the connection.
|
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionString |
Gets the database connection string.
|
![]() |
FileName |
Gets or sets the name of the Sqlite .sqlite file.
|
![]() |
FilePath |
Gets or sets the file path.
|
![]() |
Password |
Gets or sets the password.
|
![]() |
SqlGenerator |
Implement this to create and return the SQL generator which will be used in GetData.
|