DynamicType.Remove Method (KeyValuePair<String, Object>)
Removes a key/value entry from the collection.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Function Remove ( _
item As KeyValuePair(Of String, Object) _
) As Boolean
'Usage
Dim instance As DynamicType
Dim item As KeyValuePair(Of String, Object)
Dim returnValue As Boolean
returnValue = instance.Remove(item)
public bool Remove(
KeyValuePair<string, Object> item
)
Parameters
item
Type: System.Collections.Generic.KeyValuePair<String, Object>The entry to be removed.
Return Value
Type: System.Boolean
true if it succeeds; otherwise, false.