Table of Contents

TAutomappingEngine.GetColumnName Method

Returns the database column name for the given RTTI member.

Remarks

Override this method to apply a custom column naming convention.

Syntax

Unit: Aurelius.Mapping.Automapping

function TAutomappingEngine.GetColumnName(Member: TRttiMember): string; virtual;

Parameters

<-> Parameter Type Description
Member TRttiMember The field or property to derive a column name for.

Returns

The column name, by default the member name without the leading F converted to UPPER_SNAKE_CASE.

See also