Namespace: Semata.DataStore
Class: AttributeType
Gets the Items that have an Attribute in this Value range
public: ItemIterator^ GetItemsByValueRange(Object^ startValue, Object^ endValue)
Parameters
Type | Name | Description |
Object^ | startValue | Beginning of range. |
Object^ | endValue | End of range. |
Returns: ItemIterator^
Exceptions
Type | Description |
ValueInvalidForAttributeException | Value is of the wrong type for this AttributeType |