Share via


DspQuery Class

The DspQuery class defines the filter used in a query against a data source provider.

System.Object

   Microsoft.SharePoint.Dsp.DspQuery

Public Constructors

The following table shows the constructors of the DspQuery class and a brief description of each.

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

Public Properties

The following table shows the properties of the DspQuery class, the data type of each property, and a brief description of each.

Name Data type Description
Fields Microsoft.SharePoint.Dsp.Fields Gets or sets the fields that are included in the query.
OrderBy Microsoft.SharePoint.Dsp.OrderField[] Gets or sets the columns by which the returned data is ordered.
RowLimit Int64 Gets or sets a limit for the number of rows returned in the query.
ServerParameterInfo Microsoft.SharePoint.Dsp.ServerParameterInfo Gets or sets server parameter information in a query.
ServerParameters Microsoft.SharePoint.Dsp.ServerParameter[] Gets or sets the server parameters required by the data source in the query.
WhereCondition System.Xml.XmlNode Gets or sets the Where clause used in the filter for the query.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Dsp

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Security: Code Access Security