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: HuagatiEFProfiler.Filters
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

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
  HuagatiEFProfiler.Filters..::..ProfilerFilter
    HuagatiEFProfiler.Filters..::..ExecutionTimeAndPageReadsFilter

See Also