Click or drag to resize

IRecordBaseReplaceItem Method

Replace an existing item with a new one.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
bool ReplaceItem(
	IItem item
)

Parameters

item
Type: Mavidian.DataConveyer.Entities.KeyValIItem
A new item (to replace the existing item for the same key).

Return Value

Type: Boolean
True if the item was successfully replaced; otherwise (key not found in record) false.
See Also