IReadOnlyEntityType.IsStrictlyDerivedFrom(IReadOnlyEntityType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if this entity type derives from (but is not the same as) a given entity type.
public virtual bool IsStrictlyDerivedFrom (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType baseType);
abstract member IsStrictlyDerivedFrom : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
override this.IsStrictlyDerivedFrom : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
Public Overridable Function IsStrictlyDerivedFrom (baseType As IReadOnlyEntityType) As Boolean
Parameters
- baseType
- IReadOnlyEntityType
The entity type to check if it is a base type of this entity type.
Returns
true if this entity type derives from (but is not the same as) baseType,
otherwise false.
Applies to
Feedback
Submit and view feedback for