Compartir a través de


ModelValidator.IsOwned(Type, IConventionModel) Método

Definición

Devuelve un valor que indica si ese tipo CLR de destino correspondería a un tipo de entidad propiedad.

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

Parámetros

targetType
Type

Tipo CLR de destino.

conventionModel
IConventionModel

Modelo.

Devoluciones

true si el tipo CLR especificado corresponde a un tipo de entidad propiedad.

Se aplica a