Click or drag to resize

SQLTable.ClearRelation Method (Typed)

X#
Clear a relation (or all relations) held by this server to other servers.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ClearRelation(
	nRelation
) AS LOGIC CLIPPER
Request Example View Source

Parameters

nRelation (Optional)
Type: Usual
The number of the relation to clear. If omitted, all relations are cleared.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also