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