ContextEntityTypeHashtables Property  | 
 
            Gets the entity type hashtables / dictionaries. Dictionaries which store per entity hash value, the entity's objectid
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected Dictionary<Type, Dictionary<int, Dictionary<Guid, IEntityCore>>> EntityTypeHashtables { get; }Protected ReadOnly Property EntityTypeHashtables As Dictionary(Of Type, Dictionary(Of Integer, Dictionary(Of Guid, IEntityCore)))
	Get
Property Value
Type: 
DictionaryType, 
DictionaryInt32, 
DictionaryGuid, 
IEntityCore
See Also