Table of Contents

ManyValuedAssociationAttribute.Create Constructor

Creates a ManyValuedAssociationAttribute with association properties, cascade behaviour, and a mapped-by member name.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor ManyValuedAssociationAttribute.Create(AProperties: TAssociationProps; Cascade: TCascadeTypes; const MappedBy: string);

Parameters

<-> Parameter Type Description
AProperties TAssociationProps A set of TAssociationProp flags (e.g., Lazy).
Cascade TCascadeTypes A set of TCascadeType values controlling persistence propagation.
const MappedBy string The name of the field or property in the child entity class that holds the back-reference Association to the parent. Use an empty string or omit (via a different overload) when using ForeignJoinColumn instead.

See also