SQLTable.ClearRelation Method (Typed) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual bool 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:
Logic
TRUE if successful; otherwise, FALSE.
See Also