Namespace: Semata.DataStore.ObjectModel
Class: Association<I>
If the is at most one item can associated with this item that meets the predicate, it can be retrieved directly with this method. An error will be thrown, if there are more than one association. If there is no association, null will be returned
public I GetItem(Func<Item, bool> filterPredicate)
Parameters
Type | Name | Description |
Func<Item, bool> | filterPredicate |
Returns: MISSING PAGE I