ModelInfoProviderBaseIsEntityInInheritanceHierarchy 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.12.0.0 (5.12.0)
Syntaxpublic bool IsEntityInInheritanceHierarchy(
string entityName
)
Public 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
Implements
IInheritanceInfoProviderIsEntityInInheritanceHierarchy(String)
See Also