Aracılığıyla paylaş


IReadOnlyEntityType.LeastDerivedType(IReadOnlyEntityType) Yöntem

Tanım

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

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

Parametreler

otherEntityType
IReadOnlyEntityType

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

Döndürülenler

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

Şunlara uygulanır