The TableScanFilter evaluates whether a query performed a table scan, clustered index scan, or remote scan during execution. Requires execution plans to be enabled for the current profiler session.

Namespace: Huagati.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

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

Inheritance Hierarchy

System..::..Object
  Huagati.LLBLGen.Profiler.Filters..::..ProfilerFilter
    Huagati.LLBLGen.Profiler.Filters..::..TableScanFilter

See Also