Table<'TEntity>.ITable.DeleteAllOnSubmit Method (IEnumerable)
.NET Framework (current version)
Puts all entities from the collection into a pending delete state.
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.
Implements
ITable.DeleteAllOnSubmit(IEnumerable)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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: