QueryContext::OrderByParameters Property

.NET Framework (current version)
 

Gets or sets a collection of parameters that specify which fields are used to order the retrieved data.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property IOrderedDictionary^ OrderByParameters {
	IOrderedDictionary^ get();
	private: void set(IOrderedDictionary^ value);
}

Property Value

Type: System.Collections.Specialized::IOrderedDictionary^

A collection of parameters that the data source uses to create an OrderBy clause.

.NET Framework
Available since 4.0
Return to top
Show: