OrderSpec.NoOptimize Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NoOptimize AS LOGIC GET SET
public virtual bool NoOptimize { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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