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.4.0.0 (5.4.0)
Syntaxpublic Dictionary<string, int> HierarchyFieldValueArrayLengths { get; }Public ReadOnly Property HierarchyFieldValueArrayLengths As Dictionary(Of String, Integer)
	Get
Property Value
Type: 
DictionaryString, 
Int32
            The hierarchy field value array lengths.
            
See Also