add method

add

Creates a DocumentTableRelation object for the specified parent and child columns, and adds it to the collection.

Returns

The created relation.

def add(self, parent_column, child_column):
    ...
Parameter Type Description
parent_column DocumentTableColumn The parent column of the relation.
child_column DocumentTableColumn The child column of the relation.

See Also