Local date/time on the system running the query at the time the query was started.

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

Syntax

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

See Also