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)
Syntaxpublic 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: System.Guid
The child mapping ID.
Return Value
Type:
Booleantrue if the operation is successful, otherwise
false.
See Also