SqlSet.OrderBy Method

Sorts the elements of the set according to the columnList.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlSet OrderBy(
	string columnList,
	params Object[] parameters
)

Parameters

columnList

Type: System.String
The list of columns to base the sort on.

parameters

Type: System.Object[]
The parameters to apply to the columnList.

Return Value

Type: SqlSet
A new SqlSet whose elements are sorted according to columnList.

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.