IIdMapping.

MapId(int, int, bool) Method

Summary

Registers a mapping for the given IDs.

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