Skip to content

FullTextSearchOptions class

Contains options for full text search

public class Korzh.EasyQuery.Linq.FullTextSearchOptions

Package: Korzh.EasyQuery.Linq (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Linq.dll

NameTypeDescription
FullTextSearchOptions()void
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