Udostępnij za pośrednictwem


MutableModelExtensions.RemoveOwned(IMutableModel, Type) Metoda

Definicja

Usuwa dany typ własności wskazujący, że po odnalezieniu pasujących typów jednostek nie należy konfigurować jako własności.

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, z którego ma zostać usunięta nazwa typu należącego do użytkownika.

clrTypetype
Type

Typ jednostki, który nie powinien być własnością.

Zwraca

Nazwa usuniętego typu należącego do użytkownika.

Dotyczy