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: HuagatiEFProfiler.Filters
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

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
  HuagatiEFProfiler.Filters..::..ProfilerFilter
    HuagatiEFProfiler.Filters..::..TableScanFilter

See Also