TransformFindConnectorElement Method (String)

Finds the connector element by native name.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
protected ConnectorElement FindConnectorElement(
	string nativeName
)

Parameters

nativeName
Type: SystemString
Native name of the element.

Return Value

Type: ConnectorElement
The connector element.
See Also