TypeUsage.IsSubtypeOf Method (TypeUsage)

 

Checks whether this TypeUsage is a subtype of the specified TypeUsage .

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public bool IsSubtypeOf(
	TypeUsage typeUsage
)

Parameters

typeUsage
Type: System.Data.Entity.Core.Metadata.Edm.TypeUsage

The TypeUsage object to be checked.

Return Value

Type: System.Boolean

true if this TypeUsage is a subtype of the specified TypeUsage ; otherwise, false.