MyMediaLite
EntityMapping.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:
EntityMapping
Namespace:
MyMediaLite.Data
Assembly:
MyMediaLite
Syntax
C#
public 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
.