mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update SqlExecuteCount/Time
This commit is contained in:
@@ -1726,6 +1726,9 @@ namespace SqlSugar
|
||||
}
|
||||
protected void InitParameters(ref string sql, SugarParameter[] parameters)
|
||||
{
|
||||
this.SqlExecuteCount = 0;
|
||||
this.BeforeTime = DateTime.MinValue;
|
||||
this.AfterTime = DateTime.MinValue;
|
||||
if (parameters.HasValue())
|
||||
{
|
||||
foreach (var item in parameters)
|
||||
|
Reference in New Issue
Block a user