IConceptualModelConvention<T>.Apply-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Wendet diese Konvention auf ein Element im Modell an.
Namespace: System.Data.Entity.ModelConfiguration.Conventions
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Sub Apply ( _
item As T, _
model As DbModel _
)
'Usage
Dim instance As IConceptualModelConvention
Dim item As T
Dim model As DbModel
instance.Apply(item, model)
void Apply(
T item,
DbModel model
)
void Apply(
T item,
DbModel^ model
)
abstract Apply :
item:'T *
model:DbModel -> unit
function Apply(
item : T,
model : DbModel
)
Parameter
- item
Typ: T
Das Element, auf das die Konvention angewendet werden soll.
- model
Typ: System.Data.Entity.Infrastructure.DbModel
Das Modell.