Overload List

  NameDescription
Public methodRemoveRelation(TTarget)
Remove a target off the relation. If collection is not editable, exception will be thrown. Target doesn't exist will not cause any exceptions. It will fire the "TargetRemoved" event is removal is successful.
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)
Public methodRemoveRelation(Int32)
Remove target from relations by positioning index of the target

See Also