EntityDataSourceDesigner.OrderBy Property

Definition

Gets or sets the OrderBy property of the EntityDataSource control.

public:
 property System::String ^ OrderBy { System::String ^ get(); void set(System::String ^ value); };
public string OrderBy { get; set; }
member this.OrderBy : string with get, set
Public Property OrderBy As String

Property Value

The value of the OrderBy property.

Applies to