Summary
Registers a mapping for the given IDs.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Containing Type
- IIdMapping
Syntax
void MapId(int origId, int mappedId, bool isClassId)
Remarks
Registers a mapping for the given IDs.
Parameters
Name | Type | Description |
---|---|---|
origId | int | |
mappedId | int | |
isClassId | bool |
Return Value
Type | Description |
---|---|
void |