Summary
Returns a previously registered mapping ID for the given ID if it exists.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Containing Type
- IIdMapping
Syntax
int MappedId(int origId)
Remarks
Returns a previously registered mapping ID for the given ID if it exists.
Parameters
| Name | Type | Description |
|---|---|---|
| origId | int |
Return Value
| Type | Description |
|---|---|
| int | The mapping ID for the given original ID or 0, if none has been registered. |