Overload List
Name | Description | |
---|---|---|
AddRelation(TTarget) |
Add a relation entry to the collection.
If the collection is not editable, exception will be thrown.
If the target unique ID already exists in the keys collection, exception will be thrown.
It will also fire the "TargetAdded" event if successful
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.) | |
AddRelation(TTarget, TTarget, Boolean) |
Add target to relation. Using another target as reference point
|