Initializes a new instance of SQLiteDriver.

Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New
C#
public SQLite20Driver()
Visual C++
public:
SQLite20Driver()
JavaScript
NHibernate.Driver.SQLite20Driver = function();

Exceptions

ExceptionCondition
NHibernate..::.HibernateException Thrown when the SQLite.NET assembly can not be loaded.

See Also