Aracılığıyla paylaş


IMutableEntityType.LeastDerivedType(IReadOnlyEntityType) Yöntem

Tanım

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

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

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