Table<TEntity>.ITable.InsertAllOnSubmit(IEnumerable) Metoda

Definice

Přidá všechny entity kolekce do objektu DataContextpending insert ve stavu .

 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

Parametry

entities
IEnumerable

Kolekce entit, které se mají přidat.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že Table<TEntity> je instance přetypovaná na ITable rozhraní.

Platí pro