Class MySQLConnectionStringChecker
Inheritance
MySQLConnectionStringChecker
Assembly: Volo.Abp.EntityFrameworkCore.MySQL.dll
Syntax
[Dependency(ReplaceServices = true)]
public class MySQLConnectionStringChecker : IConnectionStringChecker, ITransientDependency
Constructors
MySQLConnectionStringChecker()
Declaration
public MySQLConnectionStringChecker()
Methods
CheckAsync(string)
Declaration
public virtual Task<AbpConnectionStringCheckResult> CheckAsync(string connectionString)
Parameters
| Type |
Name |
Description |
| string |
connectionString |
|
Returns
Implements
Extension Methods