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