The TableFilter evaluates whether a query involves a table with the name specified in the call to the filter's constructor.

Namespace:  Huagati.LinqToSQL.Profiler.Filters
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

C#
public class TableFilter : ProfilerFilter
Visual Basic (Declaration)
Public Class TableFilter _
	Inherits ProfilerFilter
Visual C++
public ref class TableFilter : public ProfilerFilter

Inheritance Hierarchy

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

See Also