Pre-execution plan filter evaluator - called before the execution plan is retrieved to evaluate the portions of the filter criteria that can be evaluated without an execution plan.
Namespace: HuagatiEFProfiler.FiltersAssembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092
Syntax
| C# |
|---|
bool IsValidBeforePlan( QueryInformation query ) |
| Visual Basic |
|---|
Function IsValidBeforePlan ( _ query As QueryInformation _ ) As Boolean |
| Visual C++ |
|---|
bool IsValidBeforePlan( QueryInformation^ query ) |
Parameters
- query
- Type: HuagatiEFProfiler..::..QueryInformation
The QueryInformation object to evaluate.