Click or drag to resize

IRecordBaseRemoveItem Method

Remove item for a specified key.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
Nullable<bool> RemoveItem(
	string key
)

Parameters

key
Type: SystemString
Key of an item to remove

Return Value

Type: NullableBoolean
True if the item was successfully removed; false item not found, null if item additions/removals are disallowed.
See Also