Clears the top and/or bottom scope.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.7
Syntax FUNCTION DbClearScope(
uScope AS USUAL := NIL
) AS LOGIC
public static bool DbClearScope(
Usual uScope = null
)
Request Example
View SourceParameters
- uScope (Optional)
- Type: Usual
Return Value
Type:
BooleanTRUE when the scope was cleared succesfully, otherwise FALSE.
See Also