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

Row..::..Item Property

Gets the Object with the specified key.

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

Syntax


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

Parameters

key
Type: String
The key.

Field Value

The Object.

Return Value