Click or drag to resize

IRecordBaseContainsKey Method

Verify if the record contains an item with a given key.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
Key to verify

Return Value

Type: Boolean
True if the record contains an item with the specified key; otherwise false.
See Also