db4o

IContextIDMapping.MapIDs Method 

Registers a mapping for the given IDs.

void MapIDs(
   int origID,
   int mappedID,
   bool isClassID
);

Parameters

origID
The original ID
mappedID
The ID to be mapped to the original ID.
isClassID
true if the given original ID specifies a class slot, false otherwise.

Remarks

Registers a mapping for the given IDs.

See Also

IContextIDMapping Interface | Db4objects.Db4o.Defragment Namespace