Index Constructor |
| Name | Description | |
|---|---|---|
| Index |
Index by default field which is Id | |
| Index(String) |
Create index by one or more field names separated by comma. First field is used first in lookups then when there is multiple matches, field 2 is used and so on.
|