The IExecutionPlanPreAndPostFilter type exposes the following members.

Methods

  NameDescription
Public methodIsValidAfterPlan
Post execution plan filter evaluator - called after the execution plan has been retrieved. Evaluate the execution plan dependent portions of the filter criteria here.
Public methodIsValidBeforePlan
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.

See Also