True if the specified entity type is a parent somewhere in the inheritance chain for this entity type.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public bool IsSubtypeOf(
	ModelEntityType entityType
)
Visual Basic
Public Function IsSubtypeOf ( _
	entityType As ModelEntityType _
) As Boolean
Visual C++
public:
bool IsSubtypeOf(
	ModelEntityType^ entityType
)

Parameters

entityType
Type: HuagatiEDMXTools..::..ModelEntityType
Entity type to look for in the inheritance chain.

Return Value

True if found, false if not.

See Also