relatedColumnName property

String? relatedColumnName
getter/setter pair

The related column if this column is a foreign key column.

If this column has a foreign key constraint, this property is the name of the reference column in relatedTableName.

Implementation

String? relatedColumnName;