EntityDelete

Delete an entity from the database.

Delete operations will cascade to related entities if cascade is enabled on the relationship property.

Method Signature

EntityDelete(entity=[class])

Arguments

Argument
Type
Required
Description
Default

entity

class

true

The entity instance to delete.

Examples

Last updated

Was this helpful?