SubHierarchyViewGetAllDiscriminatorValuesKnownInSubHierarchy Method |
Gets all discriminator values known in sub hierarchy or an empty list if the subhierarchy is a hierarchy other than a TPEH.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public List<Object> GetAllDiscriminatorValuesKnownInSubHierarchy()
Public Function GetAllDiscriminatorValuesKnownInSubHierarchy As List(Of Object)
Return Value
Type:
ListObjectSee Also