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 (24.3.0.1000)
Syntax public bool RemoveChildMapping(
Guid mappingId
)
Public Function RemoveChildMapping (
mappingId As Guid
) As Boolean
public:
bool RemoveChildMapping(
Guid mappingId
)
member RemoveChildMapping :
mappingId : Guid -> bool
Parameters
- mappingId
- Type: SystemGuid
The child mapping ID.
Return Value
Type:
Boolean if the operation is successful, otherwise
.
See Also