![](../icons/Mavidian.png) | 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
SyntaxIItem GetItemClone(
IItem item,
string value
)
Function GetItemClone (
item As IItem,
value As String
) As IItem
Parameters
- item
- Type: Mavidian.DataConveyer.Entities.KeyValIItem
An item to clone - value
- Type: SystemString
New value for the item
Return Value
Type:
IItemAn item with the same key and a new value; if a void item is passed, then void item is returned
See Also