Share via


OneToManyCascadeDeleteConvention Class

Definition

Convention to enable cascade delete for any required relationships.

public class OneToManyCascadeDeleteConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.AssociationType>
type OneToManyCascadeDeleteConvention = class
    interface IConceptualModelConvention<AssociationType>
    interface IConvention
Public Class OneToManyCascadeDeleteConvention
Implements IConceptualModelConvention(Of AssociationType)
Inheritance
OneToManyCascadeDeleteConvention
Implements

Constructors

Name Description
OneToManyCascadeDeleteConvention()

Methods

Name Description
Apply(AssociationType, DbModel)

Applies this convention to an item in the model.

Applies to