ChangeSet.Deletes Property

 

Gets a list of entities that have been deleted from the ChangeSet.

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

Public ReadOnly Property Deletes As IList(Of Object)

Property Value

Type: System.Collections.Generic.IList(Of Object)

An IList of deleted entities.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: