Show / Hide Table of Contents

Class AbpDbContextConfigurationContextMySQLExtensions

Inheritance
object
AbpDbContextConfigurationContextMySQLExtensions
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.MySQL.dll
Syntax
public static class AbpDbContextConfigurationContextMySQLExtensions

Methods

UseMySQL(AbpDbContextConfigurationContext, Action<MySqlDbContextOptionsBuilder>?)

Declaration
public static DbContextOptionsBuilder UseMySQL(this AbpDbContextConfigurationContext context, Action<MySqlDbContextOptionsBuilder>? mySQLOptionsAction = null)
Parameters
Type Name Description
AbpDbContextConfigurationContext context
Action<MySqlDbContextOptionsBuilder> mySQLOptionsAction
Returns
Type Description
DbContextOptionsBuilder
In this article
Back to top Powered by ABP.IO Platform