EntitySet(Of TEntity).AddRange Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds a collection of entities.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- collection
- Type: System.Collections.Generic.IEnumerable(Of TEntity)
The collection to be added.
Show: