LinqConnect Documentation
Devart.Data.Linq Namespace / ITable Interface / DeleteAllOnSubmit Method
The collection from which all items are removed.

In This Topic
    DeleteAllOnSubmit Method (ITable)
    In This Topic
    Puts all entities from the collection into a pending delete state.
    Syntax
    'Declaration
     
    Sub DeleteAllOnSubmit( _
       ByVal entities As IEnumerable _
    ) 
    void DeleteAllOnSubmit( 
       IEnumerable entities
    )

    Parameters

    entities
    The collection from which all items are removed.
    Remarks
    Call SubmitChanges to perform the actual deletion in the database.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also