LinqDataSourceDesigner.OrderBy Property

 

Gets or sets the value that is used when the Order By clause is being created.

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

public string OrderBy { get; set; }

Property Value

Type: System.String

A string that contains the properties that are used for sorting the data.

.NET Framework
Available since 3.5
Return to top
Show: