TransformConnectorAddElement Method

Adds an element to the internal element collection.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected void AddElement(
	ConnectorElement element
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The source element.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
See Also