DbFileSpec.Rest Property (Typed) | |
A logical determining if the CopyTo() method is to copy all records or the current record to EOF.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Rest AS LOGIC GET SET
public virtual bool Rest { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical determining if the CopyTo() method is to copy all records or the current record to EOF.
See Also