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

GetJoinExpression

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

Parameters:
Description
recursiveType of recursion decides weather the GetJoinExpression will be called on the JoinedObject as well.
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 RecursionTypes recursive,
   ref int level,
   ref int maxLevels,
   ref IBusinessObjectCollection objectsCovered
)

Parameters

recursive
level
maxLevels
objectsCovered

Requirements

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

See Also