DataCollection<TKey, TValue>.AddRange Method (IEnumerable<KeyValuePair<TKey, TValue>>)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Adds the elements of the specified collection to the end of the DataCollection<TKey, TValue>.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public void AddRange(
IEnumerable<KeyValuePair<TKey, TValue>> items
)
Public Sub AddRange (
items As IEnumerable(Of KeyValuePair(Of TKey, TValue))
)
Parameters
items
Type: System.Collections.Generic.IEnumerable<KeyValuePair<TKey, TValue>>Type: IEnumerable<KeyValuePair<TKey, TValue>>. The collection whose elements should be added to the end of the DataCollection<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
See Also
AddRange Overload
DataCollection<TKey, TValue> Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright