Readonly - number of reads the query must do (or exceed) to pass the filter

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

Syntax

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

See Also