True if the specified entity type inherits from this entity type.

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

Syntax

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

Parameters

entityType
Type: HuagatiEDMXTools..::..ModelEntityType
Entity type to look for in the subtypes of this entity.

Return Value

True if found, false if not.

See Also