Overload | Description |
---|---|
CreateIndexQuery<T,TIndex>(String) | Query all index records for the specified single property index |
CreateIndexQuery<T,TIndex>(String,TIndex) | Find index records for the specified single property index that match exactly the specified value. If the index is unique, this is the fastest way to find a record. |