| IRecordBaseAddOrReplaceItem Method |
Include the item in the record by either adding it or replacing existing item with the same key.
Namespace:
Mavidian.DataConveyer.Entities.KeyVal
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax Nullable<bool> AddOrReplaceItem(
IItem item
)
Function AddOrReplaceItem (
item As IItem
) As Nullable(Of Boolean)
Parameters
- item
- Type: Mavidian.DataConveyer.Entities.KeyValIItem
A new item (to replace the existing item for the same key).
Return Value
Type:
NullableBooleanTrue if an item with the same key existed before (item has been replaced); otherwise return false if item has been added or null if item has not been added because additions/removals are disallowed.
See Also