Table(Of 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 Sub DeleteAllOnSubmit ( entities As IEnumerable ) Implements ITable.DeleteAllOnSubmit
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(Of 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: