FlattenMapping Constructor (String, String, DataType) |
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 columnName,
string mappingPath,
DataType dataType
)
Public Sub New (
columnName As String,
mappingPath As String,
dataType As DataType
)
public:
FlattenMapping(
String^ columnName,
String^ mappingPath,
DataType dataType
)
new :
columnName : string *
mappingPath : string *
dataType : DataType -> FlattenMappingParameters
- 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.
RemarksIf multiple values are returned, only the first value is processed into a tabular column value.
See Also