Readonly, returns the max number of page reads per second allowed for the query to be logged by the current profiler session.

Namespace: HuagatiEFProfiler.Filters
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public int PageReadsPerSecondBelow { get; private set; }
Visual Basic
Public Property PageReadsPerSecondBelow As Integer
	Get
	Private Set
Visual C++
public:
property int PageReadsPerSecondBelow {
	int get ();
	private: void set (int value);
}

See Also