ConventionModelExtensions.IsOwned(IConventionModel, Type) Méthode

Définition

Retourne une valeur indiquant si les types d’entité utilisant le type donné doivent être configurés en tant que types détenus lors de leur découverte.

public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, Type clrType);
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, Type type);
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Type -> bool
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Type -> bool
<Extension()>
Public Function IsOwned (model As IConventionModel, clrType As Type) As Boolean
<Extension()>
Public Function IsOwned (model As IConventionModel, type As Type) As Boolean

Paramètres

model
IConventionModel

Modèle.

clrTypetype
Type

Type du type d’entité qui peut être détenu.

Retours

true si le nom de type donné est marqué comme appartenant à , null sinon.

S’applique à