MapperAttributeReference Class
Attribute reference details for the referred column.
Constructor
MapperAttributeReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the column. |
|
entity
|
Name of the table. |
|
entity_connection_reference
|
The connection reference for the connection. |
Attributes
entity
Name of the table.
entity: str | None
entity_connection_reference
The connection reference for the connection.
entity_connection_reference: _models.MapperConnectionReference | None
name
Name of the column.
name: str | None