Contains the mapping from the original (external) IDs to the internal IDs
Declaring type: EntityMapping
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
protected Dictionary<int, int> original_to_internal
Collapse/Expand Remarks
Never, to repeat NEVER, delete entries from this dictionary!