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