Post execution plan filter evaluator - called after the execution plan has been retrieved. Evaluate the execution plan dependent portions of the filter criteria here.

Namespace: Huagati.LinqToSQL.Profiler.Filters
Assembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059

Syntax

C#
bool IsValidAfterPlan(
	QueryInformation query
)
Visual Basic
Function IsValidAfterPlan ( _
	query As QueryInformation _
) As Boolean
Visual C++
bool IsValidAfterPlan(
	QueryInformation^ query
)

Parameters

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

Return Value

True if the post-filter predicates makes the query valid for logging. False if not.

See Also