Skip to main content
Properties of Entities can themselves be Entities. Since we can access properties of such an entity, we can also delete the Entity. This example shows the use of the Delete() method to delete an Entity property of a Sale Entity.
The IsDelete property in the Contact Entity is used to check whether the Contact Entity has been deleted. If the Entity is deleted, the value of the property will be set to “true”.

See also