EasyObjects.NET Programmers Reference

DynamicQuery.AddOrderByFormat Method

Adds an ORDER BY clause to the query. The field is formatted using the FieldFormat.

Overload List

Adds an ORDER BY clause to the query. The field is formatted using the FieldFormat.

public virtual void AddOrderByFormat(string);

Adds an ORDER BY clause to the query. The field is formatted using the FieldFormat.

public virtual void AddOrderByFormat(string,Dir);

See Also

DynamicQuery Class | NCI.EasyObjects Namespace