Freigeben über


PropertyMaxLengthConvention.Apply Methode

Definition

Überlädt

Apply(AssociationType, DbModel)

Wendet diese Konvention auf ein Element im Modell an.

Apply(ComplexType, DbModel)

Wendet diese Konvention auf ein Element im Modell an.

Apply(EntityType, DbModel)

Wendet diese Konvention auf ein Element im Modell an.

Apply(AssociationType, DbModel)

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:

Apply(ComplexType, DbModel)

Wendet diese Konvention auf ein Element im Modell an.

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

Parameter

item
ComplexType

Das Element, auf das die Konvention angewendet werden soll.

model
DbModel

Das Modell.

Implementiert

Gilt für:

Apply(EntityType, DbModel)

Wendet diese Konvention auf ein Element im Modell an.

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

Parameter

item
EntityType

Das Element, auf das die Konvention angewendet werden soll.

model
DbModel

Das Modell.

Implementiert

Gilt für: