增加OnGetDataReadering和OnGetDataReadered事件,用于监听SQL执行后,数据读取得耗时

This commit is contained in:
guoshun.du
2024-12-31 15:03:12 +08:00
parent 1b261b3177
commit bc8aa0a459
7 changed files with 73 additions and 4 deletions

View File

@@ -601,6 +601,8 @@ namespace SqlSugar.TDSQLForPGODBC
DataExecuted = it.AopEvents?.DataExecuted,
CheckConnectionExecuted = it.AopEvents?.CheckConnectionExecuted,
CheckConnectionExecuting = it.AopEvents?.CheckConnectionExecuting,
OnGetDataReadered = it.AopEvents?.OnGetDataReadered,
OnGetDataReadering = it.AopEvents?.OnGetDataReadering,
},
ConfigId = it.ConfigId,
ConfigureExternalServices = it.ConfigureExternalServices == null ? null : new ConfigureExternalServices()