Class of entity on the other end of this edge.
Optional
associatedField by which to load the instance of associatedEntityClass. If not provided, the associatedEntityClass instance is fetched by its ID.
Optional
edgeOptimization setting for evaluation of this edge in canViewerDeleteAsync. Can be used to optimize permission checks for edge cascading deletions based on application-specific design of the entity association. Not used during actual deletions.
Defaults to EntityEdgeDeletionAuthorizationInferenceBehavior.NONE.
What action to perform on the entity at the other end of this edge when the entity on the source end of this edge is deleted.
The entity framework doesn't prescribe a one-size-fits-all solution for referential integrity; instead it exposes mechanisms that support both database foreign key constraints and implicit entity-specified foreign keys. Choosing which approach to use often depends on application requirements, and sometimes even a mix-and-match is the right choice.
Defines an association between entities. An association is primarily used to define cascading deletion behavior.