Interface for filters that use execution plans but that has portions that can be evaluated prior to retrieving the execution plan. This allows the profiler to avoid retrieving the execution plans for queries/statements if pre-plan predicates can be used to filter it out.
Namespace: HuagatiEFProfiler.FiltersAssembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092
Syntax
C# |
---|
public interface IExecutionPlanPreAndPostFilter |
Visual Basic |
---|
Public Interface IExecutionPlanPreAndPostFilter |
Visual C++ |
---|
public interface class IExecutionPlanPreAndPostFilter |
See Also