Freigeben über


ForeignKeyDiscoveryConvention.Apply(AssociationType, DbModel) Methode

Definition

Wendet diese Konvention auf ein Element im Modell an.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
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

Attribute

Gilt für: