SQLTable.ClearRelation Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ClearRelation(
Usual nRelation = default
)
Request Example
View SourceParameters
- 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