QuickObjects.ObjectBase Send comments on this topic.
GetSortExpression Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : GetSortExpression Method

GetSortExpression

It returns a String if the Sort is set to either Ascending or Descending SortTypes value. If Sort is set to None then a blank value is returned.

Returns:
Type
System.String

Syntax

C# 
public virtual string GetSortExpression()

Requirements

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

See Also