OrderSpec.NoOptimize Property | |
A logical value determining whether the FOR condition used to build this order should be optimized. Valid for RDDs that support query optimizations. Defaults to FALSE for no optimization.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NoOptimize AS USUAL GET SET
public virtual Usual NoOptimize { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value determining whether the FOR condition used to build this order should be optimized. Valid for RDDs that support query optimizations. Defaults to FALSE for no optimization.
See Also