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

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

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
    Huagati.LLBLGen.Profiler.Filters..::..UsesExecutionPlanDataAttribute

See Also