Remove

DocumentTableRelationCollection.Remove method

Removes the specified relation from the collection.

public void Remove(DocumentTableRelation relation)
Parameter Type Description
relation DocumentTableRelation The relation to remove.

See Also