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: 2019.2.1.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