Table<TEntity>.ITable.InsertAllOnSubmit(IEnumerable) 메서드

정의

컬렉션의 모든 엔터티를 DataContextpending insert 상태로 추가합니다.

 virtual void System.Data.Linq.ITable.InsertAllOnSubmit(System::Collections::IEnumerable ^ entities) = System::Data::Linq::ITable::InsertAllOnSubmit;
void ITable.InsertAllOnSubmit (System.Collections.IEnumerable entities);
abstract member System.Data.Linq.ITable.InsertAllOnSubmit : System.Collections.IEnumerable -> unit
override this.System.Data.Linq.ITable.InsertAllOnSubmit : System.Collections.IEnumerable -> unit
Sub InsertAllOnSubmit (entities As IEnumerable) Implements ITable.InsertAllOnSubmit

매개 변수

entities
IEnumerable

추가할 엔터티의 컬렉션입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, Table<TEntity> 인스턴스가 ITable 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상