Partager via


ModelValidator.IsOwned(Type, IConventionModel) Méthode

Définition

Retourne une valeur indiquant si ce type CLR cible correspond à un type d’entité détenu.

protected virtual bool IsOwned (Type targetType, Microsoft.EntityFrameworkCore.Metadata.IConventionModel conventionModel);
abstract member IsOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> bool
override this.IsOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> bool
Protected Overridable Function IsOwned (targetType As Type, conventionModel As IConventionModel) As Boolean

Paramètres

targetType
Type

Type CLR cible.

conventionModel
IConventionModel

Modèle.

Retours

true si le type CLR donné correspond à un type d’entité détenu.

S’applique à