The PageReadsPerSecondFilter evaluates whether a query performed page reads below the threshold specified when the filter's constructor was called.

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

Syntax

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

Inheritance Hierarchy

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

See Also