次の方法で共有


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