IFlattenTransformDiscoverColumns Method (ConnectorElement)

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
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.

Return Value

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