Execution plan mode that was used for retrieving the execution plan.

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

Syntax

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

See Also