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

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

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