DalSQLiteDriver

Assembly: Dal;

Namespace: Prognoz.Platform.Interop.Dal;

Description

The DalSQLiteDriver class implements the driver that is used to work with SQLite DBMS.

Comments

This class object enables the user to create a description for connecting to the SQLite DBMS and further work using SQL queries.

Fore.NET Syntax

Class to get analog of the DalSQLiteDriver class:

None;

Class to get analog of the DalSQLiteDriver class object:

DalSQLiteDriverClass;

Class object properties inherited from IDalDriver

  Method name Brief description
CreateDescriptor The CreateDescriptor method creates a description of the database connection using this driver.

See also:

Dal Assembly Classes