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

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

Syntax

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

See Also