SQL Server query execution time in milliseconds (excluding parsing and compilation).

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

Syntax

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

See Also