EasyObjects.NET Programmers Reference

SqlServerDynamicQuery.AddOrderBy Method (String, Dir)

Adds a field to the ORDER BY clause of the query

public override void AddOrderBy(
   string fieldName,
   Dir direction
);

Parameters

fieldName
The field to add to the ORDER BY clause
direction
A indicating which direction to sort the results

See Also

SqlServerDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace | SqlServerDynamicQuery.AddOrderBy Overload List | WhereParameter.Dir