Show / Hide Table of Contents

Class AbpDbContextConfigurationContextSqlServerExtensions

Inheritance
object
AbpDbContextConfigurationContextSqlServerExtensions
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.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
Type Name Description
AbpDbContextConfigurationContext context
Action<SqlServerDbContextOptionsBuilder> sqlServerOptionsAction
Returns
Type Description
DbContextOptionsBuilder
In this article
Back to top Powered by ABP.IO Platform