SqlSet.OrderBy(String) Method

Sorts the elements of the set according to the columnList.

Namespace: DbExtensions
Assembly: DbExtensions.dll

Overloads

Name Description
OrderBy(OperatorStringHandler) Sorts the elements of the set according to the columnList.
OrderBy(String) Sorts the elements of the set according to the columnList.

Syntax

public SqlSet OrderBy(
	string columnList
)

Parameters

columnList  String

The list of columns to base the sort on.

Return Value

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

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.