[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Registers a mapping for the given IDs.
Namespace: Db4objects.Db4o.Defragment
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub MapIDs ( _
origID As Integer, _
mappedID As Integer, _
isClassID As Boolean _
) |
C# |
---|
void MapIDs (
int origID,
int mappedID,
bool isClassID
) |
Visual C++ |
---|
void MapIDs (
int origID,
int mappedID,
bool isClassID
) |
Parameters
- origID
- System.Int32
The original ID
- mappedID
- System.Int32
The ID to be mapped to the original ID.
- isClassID
- System.Boolean
true if the given original ID specifies a class slot, false otherwise.
Remarks