mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
增加OnGetDataReadering和OnGetDataReadered事件,用于监听SQL执行后,数据读取得耗时
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user