GetJoinExpression
Provides a Join expression of all joined objects in a String. It uses the Recursive property on this objects and on the joined objects determine if the joined objects will also try to create joins with their joined objects. This process will follow until the depth reaches maxLevel parameter value.
Parameters:
| Description | |
|---|---|
| level | Current level in recursion. |
| maxLevels | Maximum levels of business objects to cover during recursion. |
| objectsCovered | A collection that can be used to track what business objects are already covered. |
Returns:
| Type | |
|---|---|
| System.String |
| Overload | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GetJoinExpression(Int32,Int32,IBusinessObjectCollection) | GetJoinExpression Provides a Join expression of all joined objects in a String. It uses the Recursive property on this objects and on the joined objects determine if the joined objects will also try to create joins with their joined objects. This process will follow until the depth reaches maxLevel parameter value. Parameters:
Returns:
| ||||||||||||||
| GetJoinExpression(RecursionTypes,Int32,Int32,IBusinessObjectCollection) | GetJoinExpression Provides a Join expression of all joined objects in a String. It uses the Recursive property on this objects and on the joined objects determine if the joined objects will also try to create joins with their joined objects. This process will follow until the depth reaches maxLevel parameter value. Parameters:
Returns:
|
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0