FlattenMappingRemoveChildMapping Method |
Removes a child mapping for the current record selector.
Namespace: Dundas.BI.Data.TransformsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The child mapping ID.
Return Value
Boolean if the operation is successful, otherwise
.
See Also