Del via


IOptimizer Interface

Definition

Optimize a clause by rewriting it.

public interface IOptimizer
type IOptimizer = interface
Public Interface IOptimizer

Remarks

If returned clause is null, then the expression will always be false. This is to allow things like combining simple comparisons into a range predicate.

Methods

Optimize(Clause)

Optionally rewrite a clause.

Applies to