IReaderItem Property

Gets the element value located at the specified index.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Object this[
	int elementIndex
] { get; }

Parameters

elementIndex
Type: SystemInt32
Element index.

Property Value

Type: Object
The element value.
See Also