| 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)
Syntaxbool IsEntityInInheritanceHierarchy(
	string entityName
)
Function IsEntityInInheritanceHierarchy ( 
	entityName As String
) As Boolean
Parameters
- entityName
 - Type: SystemString
Name of the entity, e.g. "CustomerEntity". 
Return Value
Type: 
Booleantrue if the entity is in an inheritance hierarchy, false otherwise
See Also