dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteProviderFactory Class
Members

In This Topic
    SQLiteProviderFactory Class
    In This Topic
    Represents a factory required to create inheritors of generic base classes to use with dotConnect for SQLite.
    Syntax
    'Declaration
     
    Public Class SQLiteProviderFactory 
       Inherits System.Data.Common.DbProviderFactory
       Implements System.IServiceProvider 
    public class SQLiteProviderFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider  
    Remarks

    You can use SQLiteProviderFactory class to implement code where user chooses which DBMS to use.

    To obtain an instance of the class you can use the DbProviderFactories.GetFactory method with the invariant name Devart.Data.SQLite.

    Inheritance Hierarchy

    System.Object
       System.Data.Common.DbProviderFactory
          Devart.Data.SQLite.SQLiteProviderFactory

    See Also