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

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

Syntax

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

See Also