FlattenMappingAddChildMapping Method |
Adds 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 AddChildMapping(
FlattenMapping mapping
)
Public Function AddChildMapping (
mapping As FlattenMapping
) As Boolean
public:
bool AddChildMapping(
FlattenMapping^ mapping
)
member AddChildMapping :
mapping : FlattenMapping -> bool Parameters
- mapping FlattenMapping
- The child mapping.
Return Value
Boolean if the operation is successful, otherwise
.
See Also