Total number of large object page reads performed by the query.

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

Syntax

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

See Also