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

TableSet..::..Item Property

Gets the Table at the specified index.

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

Syntax


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

Parameters

index
Type: Int32
The index.

Field Value

The Table.

Return Value