QuickObjects.ObjectBase Send comments on this topic.
GetSortExpression Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface : GetSortExpression Method
GetSortExpression will need to be implemented by each field class so that each field can implement its own custom ability to provide list of fields to sort on.

Syntax

C# 
virtual string GetSortExpression()

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also