Skip to content

FullTextSearchOptions class

Contains options for full text search

public class Korzh.EasyQuery.Linq.FullTextSearchOptions
TypeNameDescription
Int32DepthDepth of full text search.
Func<PropertyInfo, Boolean>FilterLamda expression, which filters properties to use in full text search
BooleanIsDescendingOrderif set to true then we use descending order
StringOrderByThe name of the property to order by the result list