Namespace: Semata.DataStore.ObjectModel
Class: Association<I>
Returns an ItemObjectSource that allows the items with which this Item is associated to be iterated through, and filtered by a predicate
public ItemObjectSource<I> GetItems(Func<Item, bool> filterPredicate)
Parameters
Type | Name | Description |
Func<Item, bool> | filterPredicate |
Returns: ItemObjectSource<I>