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
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
HResult | Message |
0x1201 | Value is of the wrong type for this AttributeType |