Click or drag to resize

Context.EntityTypeHashtables 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.5.0.0 (5.5.18.1019)
Syntax
protected Dictionary<Type, Dictionary<int, Dictionary<Guid, IEntityCore>>> EntityTypeHashtables { get; }

Property Value

Type: Dictionary<Type, Dictionary<Int32, Dictionary<Guid, IEntityCore>>>
See Also