Click or drag to resize
EntityPreProjectionDataHierarchyFieldValueArrayLengths Property
Gets the hierarchy field value array lengths.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public Dictionary<string, int> HierarchyFieldValueArrayLengths { get; }

Property Value

Type: DictionaryString, Int32
The hierarchy field value array lengths.
See Also