Namespace: Semata.DataStore
Class: Item
Removes the association of this Item with another
public: void RemoveAssociation(String^ name, Item^ item)
Parameters
| Type | Name | Description |
| String^ | name | The name of the AssociationType |
| Item^ | item | The other Item |
Returns: void
Exceptions
| Type | Description |
| AssociationTypeDoesNotExistException | Association type does not exist |