Namespace: Semata.DataStore.ObjectModel
Class: Association<I>
Remove an association with another Item
public void Remove(I associatedItemObject)
Parameters
Type | Name | Description |
MISSING PAGE I | associatedItemObject | the item with which the association is to be removed |
Returns: void