NHibernate driver for the SQLite.NET data provider.

Author: Ioan Bizau

Namespace: NHibernate.Driver
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Class SQLiteDriver _
	Inherits ReflectionBasedDriver
C#
public class SQLiteDriver : ReflectionBasedDriver
Visual C++
public ref class SQLiteDriver : public ReflectionBasedDriver

Remarks

In order to use this Driver you must have the SQLite.NET.dll Assembly available for NHibernate to load it. You must also have the SQLite.dll and SQLite3.dll libraries.

Please check http://www.sqlite.org/ for more information regarding SQLite.

Inheritance Hierarchy

System.Object
  NHibernate.Driver.DriverBase
    NHibernate.Driver.ReflectionBasedDriver
      NHibernate.Driver.SQLiteDriver