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

GetJoinExpression

Default constructor for Join class. All properies must be set manully for the Join to be functional.

Parameters:
Description
levelCurrent level in the recursion.
maxLevelsMaximum levels to reach during recursion.
objectsCoveredUsed to keep track of all the business objects covered during recursion.

Syntax

C# 
public string GetJoinExpression( 
   ref int level,
   ref int maxLevels,
   ref IBusinessObjectCollection objectsCovered
)

Parameters

level
maxLevels
objectsCovered

Requirements

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

See Also