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.6.0.0 (5.6.19.0117)
Syntax protected 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,
IEntityCoreSee Also