ObjectChangeConflict::IsDeleted Property

 

Gets a value that indicates whether the object in conflict has been deleted from the database.

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

public:
property bool IsDeleted {
	bool get();
}

Property Value

Type: System::Boolean

True if the object has been deleted.

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