A Data Provider for MySQL. You can thank Larry Beall for his work here.

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

Syntax

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

Inheritance Hierarchy

See Also