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

Namespace:  Huagati.LinqToSQL.Profiler
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

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

See Also