TransformConnectorAddElements 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 AddElements(
	IList<ConnectorElement> elements
)

Parameters

elements
Type: System.Collections.GenericIListConnectorElement
The source elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionelements is .
See Also