Raw SQL Server compile and execution timings for the query.

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public XmlCDataSection SQLTimings { get; set; }
Visual Basic
Public Property SQLTimings As XmlCDataSection
	Get
	Set
Visual C++
public:
property XmlCDataSection^ SQLTimings {
	XmlCDataSection^ get ();
	void set (XmlCDataSection^ value);
}

See Also