Table of Contents

TColumn.ReferencedColumn Property

Gets or sets the TColumn that this column references, typically the primary-key column of the associated entity.

Remarks

When set, ReferencedColumnName returns the name from this object rather than the internally stored string.

Syntax

Unit: Aurelius.Mapping.Metadata

property TColumn.ReferencedColumn: TColumn

See also