QueryableDataSourceView::AutoGenerateOrderByClause Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control creates a dynamic an OrderBy clause.

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

public:
property bool AutoGenerateOrderByClause {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the QueryableDataSourceView object dynamically creates an OrderBy clause; otherwise, false. The default is false.

.NET Framework
Available since 4.0
Return to top
Show: