MutableModelExtensions.AddOwned(IMutableModel, Type) Methode

Definition

Kennzeichnet den angegebenen Entitätstyp als im Besitz, was angibt, dass bei der Ermittlung übereinstimmender Entitätstypen als besitzgeschützt konfiguriert werden sollten.

public static void AddOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type clrType);
public static void AddOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member AddOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
static member AddOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
<Extension()>
Public Sub AddOwned (model As IMutableModel, clrType As Type)
<Extension()>
Public Sub AddOwned (model As IMutableModel, type As Type)

Parameter

model
IMutableModel

Das Modell, dem der besitzereigene Typ hinzugefügt werden soll.

clrTypetype
Type

Der Typ des Entitätstyps, der im Besitz sein soll.

Gilt für: