Click or drag to resize

SQLTable.ClearRelation Method

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

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ClearRelation(
	nRelation
) AS USUAL 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: Usual
TRUE if successful; otherwise, FALSE.
See Also