OrderSpec.All Property | |
A logical value determining whether the record scope is for all records in the DBF (TRUE)
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY All AS USUAL GET SET
public virtual Usual All { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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