Table<'TEntity>.ITable.DeleteAllOnSubmit Method (IEnumerable)

 

Puts all entities from the collection into a pending delete state.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

private abstract DeleteAllOnSubmit : 
        entities:IEnumerable -> unit
private override DeleteAllOnSubmit : 
        entities:IEnumerable -> unit

Parameters

entities
Type: System.Collections.IEnumerable

The entities being removed.

This member is an explicit interface member implementation. It can be used only when the Table<'TEntity> instance is cast to an ITable interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: