[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.OrderBy

OrderBy Method

OrderBy(params string[])

Configurates SortDescriptions. Sets the sort descriptions with a name list in ascending order.

Declaration
public TBuilder OrderBy(params string[] names)
Parameters
Type Name Description
string[] names

A name list sorting by in ascending order.

Returns
Type Description
TBuilder

Current builder.