Initializes a new instance of SQLiteDriver.

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

Syntax

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

Exceptions

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

See Also