Removes the relation between this table and another one.
SyntaxVB6
Copy Code
|
|---|
Public Sub BreakRelation( _ |
C++
Copy Code
|
|---|
public: |
A member of the ERelationship enumeration specifying the type of the relation - either rlOneToMany or rlManyToOne.
The destination table.
RemarksBreaks the relation between two tables. The arrow, connecting the table passed as an argument (pTable) to a row of the table on which the method is called, is deleted.
See Also