Namespace: Semata.DataStore.ObjectModel
Class: ItemObjects<I>
Returns a collection containing those Items of this type where an attribute has a given value
public: ItemObjectSource<I>^ GetItemsByValue(String^ attributeType, Object^ value)
Parameters
Type | Name | Description |
String^ | attributeType | AttributeType whose value is used as a filter |
Object^ | value | value to filter by |
Returns: ItemObjectSource<I>^