SQLSelect.Deleted Property | |
A logical value indicating whether the current row has been deleted.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Deleted AS USUAL GET SET
public virtual Usual Deleted { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value indicating whether the current row has been deleted.
Remarks
A logical value indicating whether the current row has been deleted.
It returns TRUE if the current row has been deleted; otherwise, it returns FALSE.
See Also