True if the entity was deleted

Namespace: RiaServicesContrib
Assembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsDelete { get; set; }
Visual Basic
Public Property IsDelete As Boolean
	Get
	Set
Visual C++
public:
property bool IsDelete {
	bool get ();
	void set (bool value);
}

See Also