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.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
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