IInheritanceInfoProviderIsEntityInInheritanceHierarchy Method |
Determines whether the entity with the name specified is in an inheritance hierarchy or not.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax bool 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