QuickObjects.ObjectBase Send comments on this topic.
GetSortExpression(Int32,Int32,IBusinessObjectCollection,IFieldCollection) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface > GetSortExpression Method : GetSortExpression(Int32,Int32,IBusinessObjectCollection,IFieldCollection) Method
level
maxLevels
objectsCovered
sortFields
GetSortExpression

Syntax

C# 
virtual string GetSortExpression( 
   ref int level,
   ref int maxLevels,
   ref IBusinessObjectCollection objectsCovered,
   ref IFieldCollection sortFields
)

Parameters

level
maxLevels
objectsCovered
sortFields

Requirements

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

See Also