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.FiltersAssembly: 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.