PropertyMaxLengthConvention.Apply Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Entity Framework