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:  Huagati.LinqToSQL.Profiler.Filters
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

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

Inheritance Hierarchy

See Also