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

Definition

Lägger till alla entiteter i en samling DataContext i ett pending insert tillstånd.

 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

Parametrar

entities
IEnumerable

Samlingen med entiteter som ska läggas till.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen Table<TEntity> skickas till ett ITable gränssnitt.

Gäller för