Returns an item at the specific index in the in-memory list.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected IDatabaseObject this[
	int intIndex
] { get; }
Visual Basic
Protected ReadOnly Property VolatileObjectByOrdinal ( _
	intIndex As Integer _
) As IDatabaseObject
	Get
Visual C++
protected:
property IDatabaseObject^ VolatileObjectByOrdinal[int intIndex] {
	IDatabaseObject^ get (int intIndex);
}

Parameters

intIndex
Type: System..::..Int32

See Also