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