Total number of page reads performed by the query. (Excluding LOB reads)

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

Syntax

C#
public Nullable<long> TotalReads { get; set; }
Visual Basic
Public Property TotalReads As Nullable(Of Long)
	Get
	Set
Visual C++
public:
property Nullable<long long> TotalReads {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

See Also