Evaluates the post-execution-plan filter.

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

Syntax

C#
public bool IsValidAfterPlan(
	QueryInformation query
)
Visual Basic
Public Function IsValidAfterPlan ( _
	query As QueryInformation _
) As Boolean
Visual C++
public:
virtual bool IsValidAfterPlan(
	QueryInformation^ query
) sealed

Parameters

query
Type: Huagati.LLBLGen.Profiler..::..QueryInformation
The QueryInformation object to evaluate.

Return Value

True if the QueryInformation object fulfills all filter criteria for the post-plan filter, otherwise false.

Implements

IExecutionPlanPreAndPostFilter..::..IsValidAfterPlan(QueryInformation)

See Also