EntityCoreTFieldsLLBLGenProIsInHierarchyOfType Property |
Gets the type of the hierarchy this entity is in.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[XmlIgnoreAttribute]
protected virtual InheritanceHierarchyType LLBLGenProIsInHierarchyOfType { get; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<XmlIgnoreAttribute>
Protected Overridable ReadOnly Property LLBLGenProIsInHierarchyOfType As InheritanceHierarchyType
Get
Property Value
Type:
InheritanceHierarchyTypeSee Also