IFlattenTransformDiscoverColumns Method (ConnectorElement, IEnumerableKeyValuePairString, String)

Automatically discovers the mapping rules for flattening the data in the specified element.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
FlattenMappingsInfo DiscoverColumns(
	ConnectorElement element,
	IEnumerable<KeyValuePair<string, string>> namespaces
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.
namespaces
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Optional namespaces as prefix and value pairs.

Return Value

Type: FlattenMappingsInfo
The flattening rules information.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
See Also