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.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

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