Show / Hide Table of Contents

Class AbpDbContextConfigurationContextMySQLExtensions

Inheritance
System.Object
AbpDbContextConfigurationContextMySQLExtensions
Namespace: Volo.Abp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.MySQL.dll
Syntax
public static class AbpDbContextConfigurationContextMySQLExtensions : object

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
Back to top Powered by Volosoft