Click or drag to resize
DbQueryOrderBy Method
Sorts the result set by the specified sort field.

Namespace: Colygon.MatchPoint.EntityModel
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public DbQuery OrderBy(
	string fieldName,
	SortDirection sortDirection
)

Parameters

fieldName
Type: SystemString
sortDirection
Type: Colygon.MatchPoint.CommonSortDirection

Return Value

Type: DbQuery
See Also