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

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

Syntax

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

Inheritance Hierarchy

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

See Also