Evaluates the pre-execution-plan filter.

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

Syntax

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

Parameters

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

Return Value

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

Implements

IExecutionPlanPreAndPostFilter..::..IsValidBeforePlan(QueryInformation)

See Also