Adds an aggregate parameter to the ORDER BY clause of the query
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);
SqlServerDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace | AggregateParameter | WhereParameter.Dir