SQL Server execution plan (actual or estimated) for the query. Only included if the profiler trace explicitly enabled execution plan extraction.

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

Syntax

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

See Also