Total table reads in kilobytes (excluding LOB reads).

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

Syntax

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

See Also