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.11.0.0 (5.11.23.1114)
Syntaxpublic List<Object> GetAllDiscriminatorValuesKnownInSubHierarchy()
Public Function GetAllDiscriminatorValuesKnownInSubHierarchy As List(Of Object)
Return Value
Type: 
ListObject
See Also