Click or drag to resize
IInheritanceInfoProviderIsEntityInInheritanceHierarchy Method
Determines whether the entity with the name specified is in an inheritance hierarchy or not.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool IsEntityInInheritanceHierarchy(
	string entityName
)

Parameters

entityName
Type: SystemString
Name of the entity, e.g. "CustomerEntity".

Return Value

Type: Boolean
true if the entity is in an inheritance hierarchy, false otherwise
See Also