Execution plan mode that was used for retrieving the execution plan.
Namespace: Huagati.LLBLGen.ProfilerAssembly: 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); } |