SqliteDataProcessor Methods
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.
|