This topic has not yet been rated - Rate this topic

ITable.DeleteOnSubmit Method

Puts an entity from this table into a pending delete state.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)
void DeleteOnSubmit(
	Object entity
)

Parameters

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

Disconnected entities must be attached before they can be deleted. Call SubmitChanges to perform the actual deletion in the database.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.