DataCollection.AddRange Metodo (IEnumerable)
Si applica a: CRM 2015 on-prem, CRM Online
Adds the elements of the specified collection to the end of the DataCollection.
Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
Public Sub AddRange ( _
items As IEnumerable(Of T) _
)
public void AddRange (
IEnumerable<T> items
)
Parametri
- items
Type: IEnumerable. The collection whose elements should be added to the end of the DataCollection. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Note
This method extends the base Ritiro class to add Elenco.AddRange functionality.
Thread Safety
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Classe generica DataCollection
Membri DataCollection
Spazio dei nomi Microsoft.Xrm.Sdk
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.