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

Return Value

Type: System.Boolean

true if it succeeds; otherwise, false.

Implements

ICollection<T>.Remove(T)

See Also

Reference

DynamicType Class

DynamicType Members

Remove Overload

Microsoft.BusinessData.Runtime Namespace