Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Defines the filter used in a query against a data source provider.
The DspQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DspQuery | Obsolete. Initializes a new instance of the DspQuery class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Fields | Obsolete. Gets or sets the fields that are included in the query. |
![]() |
OrderBy | Obsolete. Gets or sets the columns by which the data returned is ordered. |
![]() |
RowLimit | Obsolete. Gets or sets a limit for the number of rows returned in the query. |
![]() |
ServerParameterInfo | Obsolete. Gets or sets server parameter information in a query. |
![]() |
ServerParameters | Obsolete. Gets or sets the server parameters required by the data source in the query. |
![]() |
WhereCondition | Obsolete. Gets or sets the Where clause used in the filter for the query. |
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