Click or drag to resize

SQLSelect.Used Property (Typed)

X#
A logical value indicating whether the current query is active. It returns TRUE if the current query is active; otherwise, it returns FALSE.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Used AS LOGIC GET 
Request Example View Source

Property Value

Type: Logic
A logical value indicating whether the current query is active. It returns TRUE if the current query is active; otherwise, it returns FALSE.
See Also