Function DbClearRelation() Foundation
Clears all current relations in a work area.
DbClearRelation() --> NIL
The return value of DbClearRelation() is always NIL.
All relations in a work area are cleared by the database function DbClearRelation(). When the function is used without the alias operator, the relations are cleared in the current work area.
The command SET RELATION TO with no specified link expression can be used instead of DbClearRelation(). SET RELATION is only effective in the current work area.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.