TypeUsage.IsSubtypeOf(TypeUsage) Method

Definition

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

public:
 bool IsSubtypeOf(System::Data::Metadata::Edm::TypeUsage ^ typeUsage);
public bool IsSubtypeOf (System.Data.Metadata.Edm.TypeUsage typeUsage);
member this.IsSubtypeOf : System.Data.Metadata.Edm.TypeUsage -> bool
Public Function IsSubtypeOf (typeUsage As TypeUsage) As Boolean

Parameters

typeUsage
TypeUsage

The TypeUsage object to be checked.

Returns

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

Applies to