Click or drag to resize

objectTableBaseContainsKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified key is contained

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool ContainsKey(
	string keyValue
)
Request Example View Source

Parameters

keyValue
Type: SystemString
The key value.

Return Value

Type: Boolean
true if the specified key value contains key; otherwise, false.
See Also