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

Parameters

mappingId  Guid
The child mapping ID.

Return Value

Boolean
if the operation is successful, otherwise .
See Also