// This file contains auto-generated code. // Generated from `System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`. namespace System { namespace Data { namespace SQLite { namespace EF6 { public sealed class SQLiteProviderFactory : System.Data.Common.DbProviderFactory, System.IDisposable, System.IServiceProvider { public override System.Data.Common.DbCommand CreateCommand() => throw null; public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() => throw null; public override System.Data.Common.DbConnection CreateConnection() => throw null; public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() => throw null; public override System.Data.Common.DbDataAdapter CreateDataAdapter() => throw null; public override System.Data.Common.DbParameter CreateParameter() => throw null; public SQLiteProviderFactory() => throw null; public void Dispose() => throw null; public object GetService(System.Type serviceType) => throw null; public static readonly System.Data.SQLite.EF6.SQLiteProviderFactory Instance; } } } } }