Table of Contents

AbstractColumnAttribute.Create Constructor

Overloads

AbstractColumnAttribute.Create(string)

Creates an AbstractColumnAttribute with the specified column name.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor AbstractColumnAttribute.Create(const Name: string);

Parameters

<-> Parameter Type Description
const Name string The name of the database column.

See also

AbstractColumnAttribute.Create(string, TColumnProps)

Creates an AbstractColumnAttribute with the specified column name and properties.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor AbstractColumnAttribute.Create(const Name: string; Properties: TColumnProps);

Parameters

<-> Parameter Type Description
const Name string The name of the database column.
Properties TColumnProps A set of TColumnProp flags controlling column behaviour.

See also