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 Syntax
C#
public abstract int ToInternalID (
        int original_id
) 
Parameters
original_id
the original (external) ID of the entity
Return Value
the internal ID of the entitiy