Click or drag to resize

OrderSpec.All Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Logic
A 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