Number of LOB (Large Object) read-aheads

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

Syntax

C#
public long ReadAheadsLOB { get; set; }
Visual Basic (Declaration)
Public Property ReadAheadsLOB As Long
Visual C++
public:
property long long ReadAheadsLOB {
	long long get ();
	void set (long long value);
}

See Also