FlattenMapping Constructor (String) |
Initializes a new instance of the
FlattenMapping class.
The current path is used for record selection.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic FlattenMapping(
string mappingPath
)
Public Sub New (
mappingPath As String
)
public:
FlattenMapping(
String^ mappingPath
)
new :
mappingPath : string -> FlattenMappingParameters
- mappingPath
- Type: SystemString
The JSON mapping path.
See Also