Table of Contents

PrimaryJoinColumnAttribute.Create Constructor

Creates a PrimaryJoinColumnAttribute with the specified column name.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor PrimaryJoinColumnAttribute.Create(const Name: string);

Parameters

<-> Parameter Type Description
const Name string The name of the primary key / foreign key column in the child table.
Pass an empty string to use the same name as the parent table's primary key column.

See also