Class AbpDbContextConfigurationContextSqliteExtensions
Inheritance
object
AbpDbContextConfigurationContextSqliteExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.Sqlite.dll
Syntax
public static class AbpDbContextConfigurationContextSqliteExtensions
Methods
UseSqlite(AbpDbContextConfigurationContext, Action<SqliteDbContextOptionsBuilder>)
Declaration
public static DbContextOptionsBuilder UseSqlite(this AbpDbContextConfigurationContext context, Action<SqliteDbContextOptionsBuilder> sqliteOptionsAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpDbContextConfigurationContext | context | |
| System.Action<T><SqliteDbContextOptionsBuilder> | sqliteOptionsAction |
Returns
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbContextOptionsBuilder |