FlattenMapping Constructor (String, String, DataType)

Initializes a new instance of the FlattenMapping class.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public FlattenMapping(
	string columnName,
	string mappingPath,
	DataType dataType
)

Parameters

columnName
Type: SystemString
The tabular column name.
mappingPath
Type: SystemString
The JSON mapping path.
dataType
Type: Dundas.BI.Data.MetadataDataType
The data type for the new tabular column.
Remarks
If multiple values are returned, only the first value is processed into a tabular column value.
See Also