ITable::DeleteAllOnSubmit Method
Silverlight
Puts all entities from the collection into a pending delete state.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entities
- Type: System.Collections::IEnumerable
The collection from which all items are removed.
Call SubmitChanges to perform the actual deletion in the database.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: