Namespace: Semata.DataStore.ObjectModel
Iterates over an ItemObjectSource. The source can change during iteration. Deletes are ok, Inserts will cause indeterminancy
generic <typename I> where I : ItemObject public ref class ItemObjectIterator
Properties
Name | Description |
Current |
Get the curent ItemObject |
Done |
Has the iterator finished |
Methods
Name | Description |
Next() |
Move to the next ItemObject |