Class AbpDbContextConfigurationContextSqlServerExtensions
Inheritance
AbpDbContextConfigurationContextSqlServerExtensions
Assembly: Volo.Abp.EntityFrameworkCore.SqlServer.dll
Syntax
public static class AbpDbContextConfigurationContextSqlServerExtensions
Methods
UseSqlServer(AbpDbContextConfigurationContext, Action<SqlServerDbContextOptionsBuilder>?)
Declaration
public static DbContextOptionsBuilder UseSqlServer(this AbpDbContextConfigurationContext context, Action<SqlServerDbContextOptionsBuilder>? sqlServerOptionsAction = null)
Parameters
Returns
Type |
Description |
DbContextOptionsBuilder |
|