AutoRecursion
Indicates weather at the time of creating a join with another business object, the Recursive property will be passed on to the joined object or not. The ability to override the Recursive property after a join has been created is still irrespective of this property's value.
If you create a join with a Parent object and current Recursive property is set to RecursionTypes.None, it will be automatically switched to RecursionTypes.Parent. However, if more than one type of join is created i.e. Parent and Child relationship, the property will be set to RecursionTypes.All.
NOTE: This property's Recursive property will be passed to the joined object at the time of creating the join. If you change the Recursive property later, the value will not be copied automatically.
| C# | |
|---|---|
public bool AutoRecursion {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0