SQLSelect.Deleted Property (Typed) | |
A logical value indicating whether the current row has been deleted.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Deleted AS LOGIC GET
public virtual bool Deleted { get; }
Request Example
View SourceProperty Value
Type:
LogicA 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