Class AbpDbContextConfigurationContextMySQLExtensions
Inheritance
AbpDbContextConfigurationContextMySQLExtensions
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
Returns
| Type |
Description |
| DbContextOptionsBuilder |
|