GetJoinExpression
Default constructor for Join class. All properies must be set manully for the Join to be functional.
Parameters:
| Description | |
|---|---|
| recursive | Type of recursion decides weather the GetJoinExpression will be called on the JoinedObject as well. |
| level | Current level in the recursion. |
| maxLevels | Maximum levels to reach during recursion. |
| objectsCovered | Used to keep track of all the business objects covered during recursion. |
| C# | |
|---|---|
public string GetJoinExpression( ref RecursionTypes recursive, ref int level, ref int maxLevels, ref IBusinessObjectCollection objectsCovered ) | |
Parameters
- recursive
- level
- maxLevels
- objectsCovered
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0