Class SearchQuery
A search query
public class SearchQuery
- Inheritance
-
SearchQuery
- Inherited Members
Properties
QueryParts
List of QueryPart coming from parsing a previous query. See QueryParts
public IEnumerable<QueryPart> QueryParts { get; set; }
Property Value
QueryString
User typed keyword query (see query language description). It may be joined with the QueryParts if it is a single OR-combination part that can be joined.
public string QueryString { get; set; }