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.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<Object> GetAllDiscriminatorValuesKnownInSubHierarchy()
Public Function GetAllDiscriminatorValuesKnownInSubHierarchy As List(Of Object)
Return Value
Type:
ListObjectSee Also