Skip to main content

fulltextsearchoptions-class

Contains options for full text search

public class Korzh.EasyQuery.Linq.FullTextSearchOptions

Assembly: Korzh.EasyQuery.Linq.dll

Constructors

NameTypeDescription
FullTextSearchOptions()void

Properties

NameTypeDescription
DepthintDepth of full text search.
FilterFunc<PropertyInfo, bool>Lamda expression, which filters properties to use in full text search
IsDescendingOrderboolif set to true then we use descending order
OrderBystringThe name of the property to order by the result list