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.FiltersAssembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059
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
System..::..Object
Huagati.LinqToSQL.Profiler.Filters..::..ProfilerFilter
Huagati.LinqToSQL.Profiler.Filters..::..PrePlanPostPlanFilter
Huagati.LinqToSQL.Profiler.Filters..::..MissingIndexAndPageReadsFilter
Huagati.LinqToSQL.Profiler.Filters..::..ProfilerFilter
Huagati.LinqToSQL.Profiler.Filters..::..PrePlanPostPlanFilter
Huagati.LinqToSQL.Profiler.Filters..::..MissingIndexAndPageReadsFilter