mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update mysql
This commit is contained in:
@@ -170,7 +170,7 @@ namespace SqlSugar
|
||||
}
|
||||
|
||||
#region async
|
||||
public async new Task<DbCommand> GetCommandAsync(string sql, SugarParameter[] parameters)
|
||||
public async override Task<DbCommand> GetCommandAsync(string sql, SugarParameter[] parameters)
|
||||
{
|
||||
MySqlCommand sqlCommand = new MySqlCommand(sql, (MySqlConnection)this.Connection);
|
||||
sqlCommand.CommandType = this.CommandType;
|
||||
|
Reference in New Issue
Block a user