IOptimizer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |