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
System.Action<T><MySqlDbContextOptionsBuilder> mySQLOptionsAction
Returns
Type Description
Microsoft.EntityFrameworkCore.DbContextOptionsBuilder
In This Article
Back to top Powered by Volosoft