Click or drag to resize

IRecordBaseGetItem Method (String)

Obtain an item for a specified key.

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

Parameters

key
Type: SystemString
Key of an item to obtain.

Return Value

Type: IItem
The item for a specified key or a void item if no such item exist.
See Also