  | IRecordBaseRemoveItem Method  | 
 
            Remove item for a specified key.
            
 
    Namespace: 
   Mavidian.DataConveyer.Entities.KeyVal
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
SyntaxNullable<bool> RemoveItem(
	string key
)
Function RemoveItem ( 
	key As String
) As Nullable(Of Boolean)
Parameters
- key
 - Type: SystemString
Key of an item to remove 
Return Value
Type: 
NullableBooleanTrue if the item was successfully removed; false item not found, null if item additions/removals are disallowed.
See Also