MyMediaLite
IEntityMapping.ToOriginalID Method (int)
Syntax
Collapse All
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
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
Top
Generated by
ImmDoc .NET
.