QueryOptions Methods |
The QueryOptions type exposes the following members.
Name | Description | |
---|---|---|
Copy |
Create a copy of a given QueryOptions object
| |
GetAllDocsMode | Obsolete.
Get the all document query mode for this query
| |
GetContentOptions | Obsolete.
Get the options for including document content in the result set
| |
GetEndKey | Obsolete.
Gets the end key for the query
| |
GetEndKeyDocId | Obsolete.
Gets the last document ID to include in the result set
| |
GetGroupLevel | Obsolete.
Gets the group level of the query
| |
GetKeys | Obsolete.
Gets the keys to include in the query results
| |
GetLimit | Obsolete.
Gets the number of docs to limit the query to
| |
GetSkip | Obsolete.
Gets the number of docs to skip in the query
| |
GetStale | Obsolete.
Gets the timing of when to update the query results
| |
GetStartKey | Obsolete.
Gets the start key for the query
| |
GetStartKeyDocId | Obsolete.
Gets the first document ID to include in the result set
| |
IsDescending | Obsolete.
Returns whether or not the query should order the results in descending in order
| |
IsGroup | Obsolete.
Gets whether or not this query groups its results
| |
IsIncludeDeletedDocs | Obsolete.
Gets whether or not to include deleted documents in the reuslt set
| |
IsIncludeDocs | Obsolete.
Returns whether or not the document bodies should be included with the query results
| |
IsInclusiveEnd | Obsolete.
Gets whether or not the query includes the end key
| |
IsReduce | Obsolete.
Gets whether or not this query should reduce
| |
IsReduceSpecified | Obsolete.
Gets whether or not the Reduce property has been manually specified
| |
IsUpdateSeq | Obsolete.
Gets whether or not the results include the last sequence updated in the database
| |
SetAllDocsMode | Obsolete.
Sets the all document query mode for this query
| |
SetContentOptions | Obsolete.
Sets the options for including document content in the result set
| |
SetDescending | Obsolete.
Sets whether or not the query should order the results in descending in order
| |
SetEndKey | Obsolete.
Sets the end key for the query
| |
SetEndKeyDocId | Obsolete.
Sets the last document ID to include in the result set
| |
SetGroup | Obsolete.
Sets whether or not this query groups its results
| |
SetGroupLevel | Obsolete.
Sets the group level of the query
| |
SetIncludeDeletedDocs | Obsolete.
Sets whether or not to include deleted documents in the reuslt set
| |
SetIncludeDocs | Obsolete.
Sets whether or not the document bodies should be included with the query results
| |
SetInclusiveEnd | Obsolete.
Sets whether or not the query includes the end key
| |
SetKeys | Obsolete.
Sets the keys to include in the query results
| |
SetLimit | Obsolete.
Sets the number of docs to limit the query to
| |
SetReduce | Obsolete.
Sets whether or not this query should reduce
| |
SetReduceSpecified | Obsolete.
Sets whether or not the Reduce property has been manually specified
| |
SetSkip | Obsolete.
Sets the number of docs to skip in the query
| |
SetStale | Obsolete.
Sets the timing of when to update the query results
| |
SetStartKey | Obsolete.
Sets the start key for the query
| |
SetStartKeyDocId | Obsolete.
Sets the first document ID to include in the result set
| |
SetUpdateSeq | Obsolete.
Sets whether or not the results include the last sequence updated in the database
|