| 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
)
Function ReplaceItem (
item As IItem
) As Boolean
Parameters
- item
- Type: Mavidian.DataConveyer.Entities.KeyValIItem
A new item (to replace the existing item for the same key).
Return Value
Type:
BooleanTrue if the item was successfully replaced; otherwise (key not found in record) false.
See Also