Namespace: Semata.DataStore
Class: AttributeType
Gets the Items that have an Attribute which begins with this prefix this Value. Only applicable to String Attributes.
public: ItemIterator^ GetItemsByPrefix(Object^ prefix)
Parameters
Type | Name | Description |
Object^ | prefix | String prefix |
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 |