Show / Hide Table of Contents

Class AbpDbContextOptionsMySQLExtensions

Inheritance
object
AbpDbContextOptionsMySQLExtensions
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 AbpDbContextOptionsMySQLExtensions

Methods

UseMySQL(AbpDbContextOptions, Action<MySqlDbContextOptionsBuilder>?)

Declaration
public static void UseMySQL(this AbpDbContextOptions options, Action<MySqlDbContextOptionsBuilder>? mySQLOptionsAction = null)
Parameters
Type Name Description
AbpDbContextOptions options
Action<MySqlDbContextOptionsBuilder> mySQLOptionsAction

UseMySQL<TDbContext>(AbpDbContextOptions, Action<MySqlDbContextOptionsBuilder>?)

Declaration
public static void UseMySQL<TDbContext>(this AbpDbContextOptions options, Action<MySqlDbContextOptionsBuilder>? mySQLOptionsAction = null) where TDbContext : AbpDbContext<TDbContext>
Parameters
Type Name Description
AbpDbContextOptions options
Action<MySqlDbContextOptionsBuilder> mySQLOptionsAction
Type Parameters
Name Description
TDbContext
In this article
Back to top Powered by ABP.IO Platform