ReaderItem Property

Gets the element value located at the specified index.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract Object? this[
	int elementIndex
] { get; }

Parameters

elementIndex  Int32
Element index.

Property Value

Object
The element value.

Implements

IReaderItemInt32
See Also