FlattenMappingsInfo Constructor (Guid, IEnumerableKeyValuePairString, String)

Initializes a new instance of the FlattenMappingsInfo 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 FlattenMappingsInfo(
	Guid elementId,
	IEnumerable<KeyValuePair<string, string>> namespaces
)

Parameters

elementId
Type: SystemGuid
The ID for the connector element that is the source of data to be flattened.
namespaces
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Optional namespaces as prefix and value pairs.
Exceptions
ExceptionCondition
ArgumentExceptionelementId is not a valid Guid.
See Also