Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 DeleteAllOnSubmit(TSubEntity) Metho...
.NET Framework Class Library
Table<(Of <(TEntity>)>)..::.DeleteAllOnSubmit<(Of <(TSubEntity>)>) Method

Updated: November 2007

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

Visual Basic (Declaration)
Public Sub DeleteAllOnSubmit(Of TSubEntity As ) ( _
    entities As IEnumerable(Of TSubEntity) _
)
Visual Basic (Usage)
Dim instance As Table
Dim entities As IEnumerable(Of TSubEntity)

instance.DeleteAllOnSubmit(entities)
C#
public void DeleteAllOnSubmit<TSubEntity>(
    IEnumerable<TSubEntity> entities
)
where TSubEntity : 
Visual C++
public:
generic<typename TSubEntity>
where TSubEntity : 
void DeleteAllOnSubmit(
    IEnumerable<TSubEntity>^ entities
)
J#
J# supports the use of generic APIs, but not the declaration of new ones.
JScript
JScript does not support generic types or methods.

Type Parameters

TSubEntity

Parameters

entities
Type: System.Collections.Generic..::.IEnumerable<(Of <(TSubEntity>)>)

Windows Vista, Windows XP SP2, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker