RelationalReaderItem Property (Int32) |
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 (24.3.0.1000)
Syntax public override Object this[
int elementIndex
] { get; }
Public Overrides ReadOnly Default Property Item (
elementIndex As Integer
) As Object
Get
public:
virtual property Object^ default[int elementIndex] {
Object^ get (int elementIndex) override;
}
abstract Item : Object with get
override Item : Object with get
Parameters
- elementIndex
- Type: SystemInt32
Element index.
Property Value
Type:
Object
The element value.
Implements
IReaderItemInt32See Also