Click or drag to resize
InheritanceInfoProviderBaseIsEntityInInheritanceHierarchy 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
public 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

Implements

IInheritanceInfoProviderIsEntityInInheritanceHierarchy(String)
See Also