DataCollection<TKey, TValue>.Remove Method (KeyValuePair<TKey, TValue>)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Removes the first occurrence of a specific object from the DataCollection<TKey, TValue>.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public bool Remove(
KeyValuePair<TKey, TValue> item
)
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Parameters
item
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>Type: KeyValuePair<TKey, TValue>. The object to remove from the DataCollection<TKey, TValue>.
Return Value
Type: System.Boolean
Type: Boolean
true if the object was found and removed; otherwise, false.
See Also
Remove Overload
DataCollection<TKey, TValue> Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright