TransformReaderItem(Guid) Property

Gets the element value for the specified ID.

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public Object this[
	Guid elementId
] { get; }

Parameters

elementId  Guid
Element ID.

Property Value

Object
The element value.

Implements

ITransformReaderItemGuid
See Also