A Data Provider for SQLite. Loosely based on the MySQL data provider (by Larry Beall) with lots of consultation of the SqlDataProvider (no name attributed). Started on 07/2007 - CodeForNothing Release of Version 0.1 - 18/07/2007 - CodeForNothing Code complete (v0.3) - 23/07/2007 - CodeForNothing

Namespace:  SubSonic
Assembly:  SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)

Syntax

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

Inheritance Hierarchy

See Also