Click or drag to resize

QueryOptions Methods

The QueryOptions type exposes the following members.

Methods
  NameDescription
Public methodCopy
Create a copy of a given QueryOptions object
Public methodGetAllDocsMode Obsolete.
Get the all document query mode for this query
Public methodGetContentOptions Obsolete.
Get the options for including document content in the result set
Public methodGetEndKey Obsolete.
Gets the end key for the query
Public methodGetEndKeyDocId Obsolete.
Gets the last document ID to include in the result set
Public methodGetGroupLevel Obsolete.
Gets the group level of the query
Public methodGetKeys Obsolete.
Gets the keys to include in the query results
Public methodGetLimit Obsolete.
Gets the number of docs to limit the query to
Public methodGetSkip Obsolete.
Gets the number of docs to skip in the query
Public methodGetStale Obsolete.
Gets the timing of when to update the query results
Public methodGetStartKey Obsolete.
Gets the start key for the query
Public methodGetStartKeyDocId Obsolete.
Gets the first document ID to include in the result set
Public methodIsDescending Obsolete.
Returns whether or not the query should order the results in descending in order
Public methodIsGroup Obsolete.
Gets whether or not this query groups its results
Public methodIsIncludeDeletedDocs Obsolete.
Gets whether or not to include deleted documents in the reuslt set
Public methodIsIncludeDocs Obsolete.
Returns whether or not the document bodies should be included with the query results
Public methodIsInclusiveEnd Obsolete.
Gets whether or not the query includes the end key
Public methodIsReduce Obsolete.
Gets whether or not this query should reduce
Public methodIsReduceSpecified Obsolete.
Gets whether or not the Reduce property has been manually specified
Public methodIsUpdateSeq Obsolete.
Gets whether or not the results include the last sequence updated in the database
Public methodSetAllDocsMode Obsolete.
Sets the all document query mode for this query
Public methodSetContentOptions Obsolete.
Sets the options for including document content in the result set
Public methodSetDescending Obsolete.
Sets whether or not the query should order the results in descending in order
Public methodSetEndKey Obsolete.
Sets the end key for the query
Public methodSetEndKeyDocId Obsolete.
Sets the last document ID to include in the result set
Public methodSetGroup Obsolete.
Sets whether or not this query groups its results
Public methodSetGroupLevel Obsolete.
Sets the group level of the query
Public methodSetIncludeDeletedDocs Obsolete.
Sets whether or not to include deleted documents in the reuslt set
Public methodSetIncludeDocs Obsolete.
Sets whether or not the document bodies should be included with the query results
Public methodSetInclusiveEnd Obsolete.
Sets whether or not the query includes the end key
Public methodSetKeys Obsolete.
Sets the keys to include in the query results
Public methodSetLimit Obsolete.
Sets the number of docs to limit the query to
Public methodSetReduce Obsolete.
Sets whether or not this query should reduce
Public methodSetReduceSpecified Obsolete.
Sets whether or not the Reduce property has been manually specified
Public methodSetSkip Obsolete.
Sets the number of docs to skip in the query
Public methodSetStale Obsolete.
Sets the timing of when to update the query results
Public methodSetStartKey Obsolete.
Sets the start key for the query
Public methodSetStartKeyDocId Obsolete.
Sets the first document ID to include in the result set
Public methodSetUpdateSeq Obsolete.
Sets whether or not the results include the last sequence updated in the database
Top
See Also