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

Row..::..TryGetValue Method

Gets the value that is associated with the specified key.

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

Syntax


public bool TryGetValue(
	string key,
	out Nullable<Object> value
)
Public Function TryGetValue ( _
	key As String, _
	<OutAttribute> ByRef value As Nullable(Of Object) _
) As Boolean
public:
bool^ TryGetValue(
	String^ key, 
	[OutAttribute] Nullable<Object^>% value
)

Parameters

key
Type: String
The key to locate.
value
Type: Nullable<(Of <(<'Object>)>)>%
When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.