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

Syntax

C# 
virtual string GetJoinExpression( 
   ref RecursionTypes recur,
   ref int level,
   ref int maxLevels,
   ref IBusinessObjectCollection objectsCovered
)

Parameters

recur
level
maxLevels
objectsCovered

Requirements

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

See Also