Aracılığıyla paylaş


IReadOnlyTypeBase.IsStrictlyDerivedFrom(IReadOnlyTypeBase) Yöntem

Tanım

Bu türün belirli bir türden türetilip türemediğini (ancak aynı olmadığını) belirler.

public virtual bool IsStrictlyDerivedFrom (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase baseType);
abstract member IsStrictlyDerivedFrom : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> bool
override this.IsStrictlyDerivedFrom : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> bool
Public Overridable Function IsStrictlyDerivedFrom (baseType As IReadOnlyTypeBase) As Boolean

Parametreler

baseType
IReadOnlyTypeBase

Bu türün temel türü olup olmadığını denetlemek için gereken tür.

Döndürülenler

true bu tür türünden türetilirse (ancak ile aynı değilse) baseType, aksi takdirde false.

Şunlara uygulanır