Total client to SQL server roundtrip time between start of execution and completion.

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public int TotalRoundtripTime { get; set; }
Visual Basic
Public Property TotalRoundtripTime As Integer
	Get
	Set
Visual C++
public:
property int TotalRoundtripTime {
	int get ();
	void set (int value);
}

See Also