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