ExecuteDynamicDelete Method

DataContext.ExecuteDynamicDelete Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Called inside delete override methods to redelegate to LINQ to SQL the task of generating and executing dynamic SQL for delete operations.

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

protected internal void ExecuteDynamicDelete(
	Object entity
)

Parameters

entity
Type: System.Object
The entity to be deleted.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft