fulltextsearchoptions-class
Contains options for full text search
public class Korzh.EasyQuery.Linq.FullTextSearchOptions
Assembly: Korzh.EasyQuery.Linq.dll
Constructors
| Name | Type | Description |
|---|---|---|
| FullTextSearchOptions() | void |
Properties
| Name | Type | Description |
|---|---|---|
| Depth | int | Depth of full text search. |
| Filter | Func<PropertyInfo, bool> | Lamda expression, which filters properties to use in full text search |
| IsDescendingOrder | bool | if set to |
| OrderBy | string | The name of the property to order by the result list |