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

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

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