QueryTemplateOrderByPart Property

The QueryTemplateOrderByPart property of the QueryResultBase class gets or sets the ORDER BY clause of the query template used by Web Parts that derive from this class.

Property Value

String that contains the ORDER BY clause of the query template used by Web Parts that derive from this class.

Remarks

Override this property to get or set default values or placeholders for the ORDER BY clause. For example, the SearchResults class sets this property to " ORDER BY %__sort_by__%," where the "%__sort_by__%" sub-string is replaced by query values at runtime.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security