Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 692 Bytes

File metadata and controls

20 lines (15 loc) · 692 Bytes

QuickSearchAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Initializes a new instance of the QuickSearchAttribute class.

public QuickSearchAttribute(SearchType searchType = SearchType.Auto, int numericOnly = -1, 
    bool isExplicit = false)
parameter description
searchType Type of the search.
numericOnly The numeric only.
isExplicit if set to true [is explicit].

See Also