标签: c# asp.net entity-framework
三个是IDbCommandTreeInterceptor拦截器,通过我正在使用的项目中的DbConfiguration附加到EF。
IDbCommandTreeInterceptor
DbConfiguration
IDbCommandTreeInterceptor有一个方法TreeCreated,其主参数为DbCommandTreeInterceptionContext - 它提供了此功能。无论如何要获得命令运行的底层实体或表? mavere来自上下文?
TreeCreated
DbCommandTreeInterceptionContext