QueryFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates new instances of IQuery objects.
public sealed class QueryFactory
type QueryFactory = class
Public NotInheritable Class QueryFactory
- Inheritance
-
QueryFactory
Properties
Instance |
Gets an instance of the query factory. |
Methods
BuildCountQuery(FieldFilter, Object) |
Builds a count query. |
BuildIndexedQuery(Int32, Int32, FieldFilter, Sort, Object) |
Builds an indexed query. |
BuildSeekQuery(SeekOperation, Int32, Int32, FieldFilter, Sort, Object) |
Builds a seek query. |
BuildSimpleQuery(FieldFilter, Sort, Object) |
Builds a simple query. |