DSQuery Members
Include Protected Members
Include Inherited Members
Represents a query used by a data retrieval service.
The DSQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DSQuery | Initializes a new instance of the DSQuery class. |
Top
Properties
Name | Description | |
---|---|---|
columnMapping | Gets or sets the XML format that is used for data returned in the query. | |
comparisonLocale | Gets or sets the locale that the server uses for string comparisons. | |
Query | Gets or sets the filter, column selection, sorting, and row limit used in the query. | |
resultContent | Gets or sets the type of content that is returned through the query. | |
resultNamespace | Gets or sets the namespace to use on the query result. | |
resultPrefix | Gets or sets a prefix for the result namespace. | |
resultRoot | Gets or sets the root name for the XML payload. | |
resultRow | Gets or sets a row element name for the XML payload. | |
select | Gets or sets an XPath expression that specifies the data item that the client is querying against. | |
startPosition | Gets or sets a string that identifies the beginning of the next page when paging is supported by the data retrieval service. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top