Table of Contents

TAssociationProps Set

A set of TAssociationProp flags that controls the loading strategy and nullability of a mapped association.

Syntax

Unit: Aurelius.Mapping.Metadata

Members

Name Value Description
Lazy 0 The associated object or collection is loaded from the database only on first access (lazy loading). When omitted, the association is loaded eagerly together with the owning entity.
Required 1 The foreign key column for this association is marked NOT NULL, meaning the association is mandatory and must always reference an existing entity.