Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DictionaryDataReader..::..Item Property

Gets the Object with the specified ordinal.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Object this[
	int ordinal
] { get; }
Public ReadOnly Default Property Item ( _
	ordinal As Integer _
) As Object
	Get
public:
property Object^ default[int^ ordinal] {
	Object^ get (int^ ordinal);
}

Parameters

ordinal
Type: Int32
The ordinal.

Return Value

System.Object.