ITransformReaderItem Property (Guid)

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 (24.3.0.1000)
Syntax
Object this[
	Guid elementId
] { get; }

Parameters

elementId
Type: SystemGuid
Element ID.

Property Value

Type: Object
The element value.
See Also