Sdílet prostřednictvím


MutableModelExtensions.RemoveOwned(IMutableModel, Type) Metoda

Definice

Odebere daný vlastněný typ, což znamená, že při zjištění odpovídajících typů entit by neměly být nakonfigurovány jako vlastněné.

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

Parametry

model
IMutableModel

Model, ze který chcete odebrat název vlastněného typu.

clrTypetype
Type

Typ entity, který by neměl být vlastněný.

Návraty

Název odebraného vlastněného typu.

Platí pro