The ExecutionTimeAndPageReadsFilter evaluates whether a query has exceeded the specified execution time (db-side, query execution time) and the specified number of page reads during execution.

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

Syntax

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

Inheritance Hierarchy

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

See Also