Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected Dictionary<Type, Dictionary<int, Dictionary<Guid, IEntityCore>>> EntityTypeHashtables { get; }

Property Value

Type: DictionaryType, DictionaryInt32, DictionaryGuid, IEntityCore
See Also