Execution plan mode for a Linq-to-SQL Profiler session. None = no execution plan, Estimated = SQL Server's estimated execution plan will be extracted, Actual = the actual SQL Server execution plan will be extracted.

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

Syntax

C#
public enum ExecutionPlanMode
Visual Basic
Public Enumeration ExecutionPlanMode
Visual C++
public enum class ExecutionPlanMode

Members

Member nameDescription
None
Estimated
Actual

See Also