Freigeben über


OneToManyCascadeDeleteConvention.Apply(AssociationType, DbModel) Methode

Definition

Wendet diese Konvention auf ein Element im Modell an.

public virtual void Apply (System.Data.Entity.Core.Metadata.Edm.AssociationType item, System.Data.Entity.Infrastructure.DbModel model);
abstract member Apply : System.Data.Entity.Core.Metadata.Edm.AssociationType * System.Data.Entity.Infrastructure.DbModel -> unit
override this.Apply : System.Data.Entity.Core.Metadata.Edm.AssociationType * System.Data.Entity.Infrastructure.DbModel -> unit
Public Overridable Sub Apply (item As AssociationType, model As DbModel)

Parameter

item
AssociationType

Das Element, auf das die Konvention angewendet werden soll.

model
DbModel

Das Modell.

Implementiert

Gilt für: