Generic implementation of a two-stage filter, evaluating one ProfilerFilter before retrieving the execution plan, and if that passes retrieving the execution plan and then evaluating the second filter.

Namespace: HuagatiEFProfiler.Filters
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public class PrePlanPostPlanFilter : ProfilerFilter, 
	IExecutionPlanPreAndPostFilter
Visual Basic
Public Class PrePlanPostPlanFilter _
	Inherits ProfilerFilter _
	Implements IExecutionPlanPreAndPostFilter
Visual C++
public ref class PrePlanPostPlanFilter : public ProfilerFilter, 
	IExecutionPlanPreAndPostFilter

Inheritance Hierarchy

See Also