GetFieldsList
Provides a String of field names separated by a comma for this object and any joined objects. The Recursive property on this objects and on the joined objects determine if the joined objects will also try to create a field list from their joined objects to be included in this field list. This process will follow until the depth reaches maxLevel parameter value.
NOTE: If the IncludeTableName property of this or any joined object is set to true, that business object's field names will be prefixed with their table name.
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 | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GetFieldsList(Int32,Int32,IBusinessObjectCollection) | GetFieldsList Provides a String of field names separated by a comma for this object and any joined objects. The Recursive property on this objects and on the joined objects determine if the joined objects will also try to create a field list from their joined objects to be included in this field list. This process will follow until the depth reaches maxLevel parameter value. NOTE: If the IncludeTableName property of this or any joined object is set to true, that business object's field names will be prefixed with their table name. Parameters:
Returns:
| ||||||||||||||||||||
| GetFieldsList(Boolean,Int32,Int32,IBusinessObjectCollection) | GetFieldsList Provides a String of field names separated by a comma for this object and any joined objects. The Recursive property on this objects and on the joined objects determine if the joined objects will also try to create a field list from their joined objects to be included in this field list. This process will follow until the depth reaches maxLevel parameter value. Parameters:
Returns:
| ||||||||||||||||||||
| GetFieldsList(Boolean,RecursionTypes,Int32,Int32,IBusinessObjectCollection) | GetFieldsList Provides a String of field names separated by a comma for this object and any joined objects. The Recursive property on this objects and on the joined objects determine if the joined objects will also try to create a field list from their joined objects to be included in this field list. This process will follow until the depth reaches maxLevel parameter value. Parameters:
Returns:
| ||||||||||||||||||||
| GetFieldsList(Boolean,RecursionTypes,Boolean,Int32,Int32,IBusinessObjectCollection) | GetFieldsList Provides a String of field names separated by a comma for this object and any joined objects. The Recursive property on this objects and on the joined objects determine if the joined objects will also try to create a field list from their joined objects to be included in this field list. This process will follow until the depth reaches maxLevel parameter value. Parameters:
Returns:
| ||||||||||||||||||||
| GetFieldsList(Boolean,RecursionTypes,Boolean,Boolean,Int32,Int32,IBusinessObjectCollection) | GetFieldsList Provides a String of field names separated by a comma for this object and any joined objects. The Recursive property on this objects and on the joined objects determine if the joined objects will also try to create a field list from their joined objects to be included in this field list. This process will follow until the depth reaches maxLevel parameter value. Parameters:
Returns:
|
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0