MyMediaLite
EntityMapping.ToInternalID Method (int)
Syntax
Collapse All
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:
EntityMapping
Namespace:
MyMediaLite.Data
Assembly:
MyMediaLite
Syntax
C#
public int ToInternalID ( int
original_id
)
Parameters
original_id
the original (external) ID of the entity
Return Value
the internal ID of the entitiy
Top
Generated by
ImmDoc .NET
.