EasyObjects.NET Programmers Reference

SqlServerDynamicQuery.AddOrderBy Method

Adds an aggregate parameter to the ORDER BY clause of the query

Overload List

Adds an aggregate parameter to the ORDER BY clause of the query

public override void AddOrderBy(AggregateParameter,Dir);

Adds a COUNT(*) to the ORDER BY clause of the query

public override void AddOrderBy(DynamicQuery,Dir);

Inherited from DynamicQuery.

public virtual void AddOrderBy(SchemaItem);

Inherited from DynamicQuery.

public virtual void AddOrderBy(SchemaItem,Dir);

Adds a field to the ORDER BY clause of the query

public override void AddOrderBy(string,Dir);

See Also

SqlServerDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace | AggregateParameter | WhereParameter.Dir