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

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.

Overload List

OverloadDescription
GetJoinExpression(Int32,Int32,IBusinessObjectCollection)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.
 

GetJoinExpression(RecursionTypes,Int32,Int32,IBusinessObjectCollection)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.
 

Requirements

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

See Also