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

Row..::..ContainsKey Method

Determines whether the read-only dictionary contains an element that has the specified key.

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

Syntax


public bool ContainsKey(
	string key
)
Public Function ContainsKey ( _
	key As String _
) As Boolean
public:
bool^ ContainsKey(
	String^ key
)

Parameters

key
Type: String
The key to locate.

Return Value

true if the read-only dictionary contains an element that has the specified key; otherwise, false.