Partager via


MutableModelExtensions.RemoveOwned(IMutableModel, Type) Méthode

Définition

Supprime le type détenu donné, indiquant qu’une fois découverts, les types d’entités correspondants ne doivent pas être configurés comme appartenant.

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

Paramètres

model
IMutableModel

Modèle à partir duquel supprimer le nom de type appartenant.

clrTypetype
Type

Type du type d’entité qui ne doit pas être détenu.

Retours

Nom du type détenu supprimé.

S’applique à