Get original (external) ID of a given entity, if the given internal ID is unknown, throw an exception.
Declaring type: IEntityMapping
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public abstract int ToOriginalID (
        int internal_id
) 
Parameters
internal_id
the internal ID of the entity
Return Value
the original (external) ID of the entitiy