Udostępnij za pośrednictwem


ModelValidator.IsOwned(Type, IConventionModel) Metoda

Definicja

Zwraca wartość wskazującą, czy docelowy typ CLR odpowiada typowi jednostki należącej do własności.

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

Parametry

targetType
Type

Docelowy typ CLR.

conventionModel
IConventionModel

Model.

Zwraca

true jeśli dany typ CLR odpowiada typowi jednostki należącej do.

Dotyczy