EntityList.AddRange<T> (IEnumerable<T>, String) Method

Adds the entities of the specified collection to the end of this collection using the specified layer.
Public Sub AddRange(Of  _ 
T As Entity)( _ 
ByVal collection As IEnumerable(Of T), _ 
ByVal layerName As String
)
This language is not supported or no code example is available.
public void AddRange<T>( 
IEnumerable<T> collection
string layerName 

where T : Entity
This language is not supported or no code example is available.

Type Parameters

T

Parameters

collection
IEnumerable<T>

The collection whose entities should be added to the end of this collection.

layerName
string

The destination layer name

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition