Get internal ID of a given entity. If the given external ID is unknown, create a new internal ID for it and store the mapping.
Declaring type: IEntityMapping
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Overload List
  Name Description
Public Method Abstract IEntityMapping.ToInternalID (int) Get internal ID of a given entity. If the given external ID is unknown, create a new internal ID for it and store the mapping.
Public Method Abstract IEntityMapping.ToInternalID (IList<int>) Get internal IDs of a list of given entities