SqliteFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates instances of various Microsoft.Data.Sqlite classes.
public class SqliteFactory : System.Data.Common.DbProviderFactory
type SqliteFactory = class
inherit DbProviderFactory
Public Class SqliteFactory
Inherits DbProviderFactory
- Inheritance
-
SqliteFactory
Fields
Instance |
The singleton instance. |
Methods
CreateCommand() |
Creates a new command. |
CreateConnection() |
Creates a new connection. |
CreateConnectionStringBuilder() |
Creates a new connection string builder. |
CreateParameter() |
Creates a new parameter. |