DbSetRestoreWorkarea Function | |
Get/Set the flag that determines if DbServer operations restore the current workarea
Get/Set the flag that determines if DbServer operations restore the current workarea
Namespace:
XSharp_VORDDClasses
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax FUNCTION DbSetRestoreWorkarea(
lEnable AS USUAL
) AS LOGIC
public static bool DbSetRestoreWorkarea(
[DefaultParameterValueAttribute(0, 1)] Usual lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Usual
Return Value
Type:
LogicSee Also