EntitySet<TEntity>.AddRange(IEnumerable<TEntity>) Метод

Определение

Добавляет коллекцию сущностей.

public:
 void AddRange(System::Collections::Generic::IEnumerable<TEntity> ^ collection);
public void AddRange (System.Collections.Generic.IEnumerable<TEntity> collection);
member this.AddRange : seq<'Entity (requires 'Entity : null)> -> unit
Public Sub AddRange (collection As IEnumerable(Of TEntity))

Параметры

collection
IEnumerable<TEntity>

Добавляемая коллекция.

Применяется к