Aracılığıyla paylaş


IConventionEntityType.LeastDerivedType(IReadOnlyEntityType) Yöntem

Tanım

Belirtilen ikisi arasındaki en az türetilmiş türü alır.

public virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType? LeastDerivedType (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType otherEntityType);
abstract member LeastDerivedType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
override this.LeastDerivedType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
Public Overridable Function LeastDerivedType (otherEntityType As IReadOnlyEntityType) As IConventionEntityType

Parametreler

otherEntityType
IReadOnlyEntityType

Karşılaştıracak diğer varlık türü.

Döndürülenler

Belirtilen ikisi arasında en az türetilmiş tür. Verilen varlık türleri ilişkili değilse, null döndürülür.

Şunlara uygulanır