EntityDataSourceDesigner::OrderBy Property

 

Gets or sets the OrderBy property of the EntityDataSource control.

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

public:
property String^ OrderBy {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The value of the OrderBy property.

.NET Framework
Available since 3.5
Return to top
Show: