Click or drag to resize

IUntypedRecordGetItemClone Method

Obtain a clone of a given item with a new value.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
IItem GetItemClone(
	IItem item,
	string value
)

Parameters

item
Type: Mavidian.DataConveyer.Entities.KeyValIItem
An item to clone
value
Type: SystemString
New value for the item

Return Value

Type: IItem
An item with the same key and a new value; if a void item is passed, then void item is returned
See Also