Package version:

Interface MapperAttributeReference

Attribute reference details for the referred column.

interface MapperAttributeReference {
    entity?: string;
    entityConnectionReference?: MapperConnectionReference;
    name?: string;
}

Properties

entity?: string

Name of the table.

entityConnectionReference?: MapperConnectionReference

The connection reference for the connection.

name?: string

Name of the column.