Overload List

  NameDescription
Public methodAddRelation(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>)>)>.)
Public methodAddRelation(TTarget, TTarget, Boolean)
Add target to relation. Using another target as reference point

See Also