Custom attribute indicating that a Linq-to-SQL profiler filter requires SQL Server execution plan data to evaluate the filter conditions.

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

Syntax

C#
public class UsesExecutionPlanDataAttribute : Attribute
Visual Basic
Public Class UsesExecutionPlanDataAttribute _
	Inherits Attribute
Visual C++
public ref class UsesExecutionPlanDataAttribute : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    HuagatiEFProfiler.Filters..::..UsesExecutionPlanDataAttribute

See Also