Sdílet prostřednictvím


RelationshipDiscoveryConvention.ShouldBeOwned(Type, IConventionModel) Metoda

Definice

Vrátí hodnotu určující, jestli se daný typ entity má přidat jako vlastněný, pokud v modelu aktuálně není.

protected virtual bool? ShouldBeOwned (Type targetType, Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
abstract member ShouldBeOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<bool>
override this.ShouldBeOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<bool>
Protected Overridable Function ShouldBeOwned (targetType As Type, model As IConventionModel) As Nullable(Of Boolean)

Parametry

targetType
Type

Typ cílové entity.

model
IConventionModel

Model.

Návraty

true pokud by daný typ entity měl být vlastněný.

Platí pro