DataProcessFindElement(Guid) Method

Finds the element by its ID.

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ConnectorElement? FindElement(
	Guid elementId
)

Parameters

elementId  Guid
The element ID.

Return Value

ConnectorElement
The element, or if not found.
See Also