OrderSpec.All Property (Typed) | |
A logical value determining whether the record scope is for all records in the DBF (TRUE)
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY All AS LOGIC GET SET
public virtual bool All { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value determining whether the record scope is for all records in the DBF (TRUE)
Remarks
Used for a conditional index. A logical value determining whether the record scope is for all records in the DBF (TRUE). Defaults to FALSE so that OrderSpec:Records and OrderSpec:Interval can be used.
See Also