Value.Optimize

When utilized in Value.Expression, if the value denotes a query that is optimizable, this function specifies that the optimized expression should be delivered. If the value does not represent an optim...

Syntax

Value.Optimize(value as any) as any

About

When utilized in Value.Expression, if the value denotes a query that is optimizable, this function specifies that the optimized expression should be delivered. If the value does not represent an optimizable query, it will be transmitted as is without any alterations.