DataCollection.AddRange Method
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Adds the elements of the specified collection to the end of the DataCollection.
This method extends the base Collection class to add List.AddRange functionality.
Overload List
Name | Description |
---|---|
DataCollection.AddRange (T) | Adds the elements of the specified collection to the end of the DataCollection. |
DataCollection.AddRange (IEnumerable) | Adds the elements of the specified collection to the end of the DataCollection. |
See Also
Reference
DataCollection Generic Class
DataCollection Members
Microsoft.Xrm.Sdk Namespace
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.