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