Contains options for full text search
public class Korzh.EasyQuery.Linq.FullTextSearchOptions
Properties
Type | Name | Description |
---|---|---|
Int32 |
Depth | Depth of full text search. |
Func<PropertyInfo, Boolean> |
Filter | Lamda expression, which filters properties to use in full text search |
Boolean |
IsDescendingOrder | if set to |
String |
OrderBy | The name of the property to order by the result list |