Share via


DspQuery members

Defines the filter used in a query against a data source provider.

The DspQuery type exposes the following members.

Constructors

  Name Description
Public method DspQuery Initializes a new instance of the DspQuery class.

Top

Properties

  Name Description
Public property Fields Gets or sets the fields that are included in the query.
Public property OrderBy Gets or sets the columns by which the data returned is ordered.
Public property RowLimit Gets or sets a limit for the number of rows returned in the query.
Public property ServerParameterInfo Gets or sets server parameter information in a query.
Public property ServerParameters Gets or sets the server parameters required by the data source in the query.
Public property Where Gets or sets the Where clause used in the filter for the query

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

DspQuery class

WebSvcDspSts namespace