共用方式為


DataMapperMapping interface

來源和目標資料表對應詳細資料。

屬性

attributeMappingInfo

這會保存使用者提供的屬性對應資訊。

sourceConnectionReference

來源連接的連接參考。

sourceDenormalizeInfo

這會保存聯結多個來源時所使用的來源反正規化資訊。

sourceEntityName

來源資料表的名稱

targetEntityName

目標資料表的名稱

屬性詳細資料

attributeMappingInfo

這會保存使用者提供的屬性對應資訊。

attributeMappingInfo?: MapperAttributeMappings

屬性值

sourceConnectionReference

來源連接的連接參考。

sourceConnectionReference?: MapperConnectionReference

屬性值

sourceDenormalizeInfo

這會保存聯結多個來源時所使用的來源反正規化資訊。

sourceDenormalizeInfo?: any

屬性值

any

sourceEntityName

來源資料表的名稱

sourceEntityName?: string

屬性值

string

targetEntityName

目標資料表的名稱

targetEntityName?: string

屬性值

string