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

TableSet..::..Item Property

Gets the Table with the specified key.

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

Syntax


public Table this[
	string key
] { get; }
Public ReadOnly Default Property Item ( _
	key As String _
) As Table
	Get
public:
property Table^ default[String^ key] {
	Table^ get (String^ key);
}

Parameters

key
Type: String
The key.

Field Value

The Table.

Return Value