Click or drag to resize

SQLSelect.Deleted Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Logic
A 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