MapperTargetConnectionsInfo interface
A object which contains list of tables and connection details for a target connection.
Properties
connection | Source connection details. |
data |
List of table mappings. |
relationships | List of relationship info among the tables. |
target |
List of source tables for a target connection. |
Property Details
connection
dataMapperMappings
relationships
List of relationship info among the tables.
relationships?: any[]
Property Value
any[]
targetEntities
List of source tables for a target connection.
targetEntities?: MapperTable[]