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>

추가할 컬렉션입니다.

적용 대상