dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteProviderFactory Class
Fields Properties Methods

In This Topic
    SQLiteProviderFactory Class Members
    In This Topic

    The following tables list the members exposed by SQLiteProviderFactory.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of SQLiteProviderFactory.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns the instance of SQLiteProviderFactory.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the SQLiteProviderFactory can create a Devart.Common.DbDataSourceEnumerator object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates and returns a SQLiteCommand object.  
    Public MethodOverridden. Creates and returns a SQLiteCommandBuilder object.  
    Public MethodOverridden. Creates and returns a SQLiteConnection object.  
    Public MethodOverridden. Creates and returns a SQLiteConnectionStringBuilder object.  
    Public MethodOverridden. Creates and returns a SQLiteDataAdapter object.  
    Public MethodReturns a new instance of the provider's class that implements the System.Data.Common.DbDataSourceEnumerator class. (Inherited from System.Data.Common.DbProviderFactory)
    Public MethodOverridden. Creates and returns a SQLiteParameter object.  
    Public MethodReturns a new instance of the provider's class that implements the provider's version of the System.Security.CodeAccessPermission class. (Inherited from System.Data.Common.DbProviderFactory)
    Top
    See Also