Index properties
You can index properties saved in the store for faster searching. When an index is set on a property, it is automatically mapped to an indexed column in the big table.
The UsingIndexes
class in the DDS sample project demonstrates this technique.
Updated 10 months ago