AddRange Method

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.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Public Sub AddRange ( _
	collection As IEnumerable(Of TEntity) _
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable(Of TEntity)
The collection to be added.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft