DataMapperMapping interface
來源和目標資料表對應詳細資料。
屬性
attribute |
這會保存使用者提供的屬性對應資訊。 |
source |
來源連接的連接參考。 |
source |
這會保存聯結多個來源時所使用的來源反正規化資訊。 |
source |
來源資料表的名稱 |
target |
目標資料表的名稱 |
屬性詳細資料
attributeMappingInfo
sourceConnectionReference
sourceDenormalizeInfo
這會保存聯結多個來源時所使用的來源反正規化資訊。
sourceDenormalizeInfo?: any
屬性值
any
sourceEntityName
來源資料表的名稱
sourceEntityName?: string
屬性值
string
targetEntityName
目標資料表的名稱
targetEntityName?: string
屬性值
string