Open this page in the API Guide

FlattenMapping.RemoveChildMapping Method

Removes 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 (25.1.0.1000)
Syntax
public bool RemoveChildMapping(
	Guid mappingId
)

Parameters

mappingId
Type: System.Guid
The child mapping ID.

Return Value

Type: Boolean
true if the operation is successful, otherwise false.
See Also