Namespace: Semata.DataStore
Class: Item
Gets all the Items associated with this one, by the AssociationType
public: ItemIterator^ GetAssociationsByName(String^ name)
Parameters
Type | Name | Description |
String^ | name | Name of the AssociationType |
Returns: ItemIterator^
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
HResult | Message |
0x4101 | Association type does not exist |