Class SearchQuery
- Namespace
- Innova.Data.StructuredSearch
- Assembly
- Innova.Data.dll
Represents a search query with a collection of search operators.
[DataContract]
public class SearchQuery : ICloneable
- Inheritance
-
SearchQuery
- Implements
- Derived
- Extension Methods
Properties
- LogicalOperator
Gets or sets the logical operator used to combine the search operators.
- MaxResultCount
Gets or sets the maximum number of results to return.
- SearchOperators
Gets or sets the collection of search operators.
Methods
- Clone()
Creates a new object that is a copy of the current instance.
- EnsureUniqueParameters()
Ensures that the parameters of the search operators are unique.