FlattenMappingAddChildMapping Method |
Adds a child mapping for the current record selector.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool AddChildMapping(
FlattenMapping mapping
)
Public Function AddChildMapping (
mapping As FlattenMapping
) As Boolean
public:
bool AddChildMapping(
FlattenMapping^ mapping
)
member AddChildMapping :
mapping : FlattenMapping -> bool
Parameters
- mapping
- Type: Dundas.BI.Data.TransformsFlattenMapping
The child mapping.
Return Value
Type:
Boolean if the operation is successful, otherwise
.
See Also