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.LinqToSQL.Profiler.Filters
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

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

Inheritance Hierarchy

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

See Also