C++ C#

GetItemsByValueRange(string, object, object) Method

API Reference

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>

This website stores cookies on your computer that are used to manage the order in which you see the pages. To find out more about the cookies we use, see our Privacy Policy.