MutableModelExtensions.IsOwned(IMutableModel, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur indiquant si les types d’entités utilisant le type donné doivent être configurés en tant que types détenus lorsqu’ils sont découverts par des conventions.
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type clrType);
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
<Extension()>
Public Function IsOwned (model As IMutableModel, clrType As Type) As Boolean
<Extension()>
Public Function IsOwned (model As IMutableModel, type As Type) As Boolean
Paramètres
- model
- IMutableModel
Modèle à partir duquel obtenir la valeur.
- clrTypetype
- Type
Type du type d’entité qui peut être détenu.
Retours
true
si un type d’entité correspondant doit être configuré en tant que propriété lorsqu’il est découvert, false
sinon.