For a list of all members of this type, see RelationAttribute members.
| Name | Description | |
|---|---|---|
| Name | Specifies the name for the relation. The name should be unique in a persistent type. | |
| PersistBehaviours | Specifies the persist behaviour of the relation. | |
| PersistRelationship | Specifies the PersistRelationship between two persistent objects. This flag is only necessary when creating a 1:1 relation. It specifies which object is saved first (the parent or the child object). Default is ParentFirst. | |
| TypeId | (Inherited from System.Attribute) | |
| WeakPersistent | Specifies the type of the weak persistent object. This object represents a weak entity required for many-to-many relations. | |
| WeakRelations | Specifies the relations between the weak persistent object and the target child object. |