Click or drag to resize
EntitySyncInfoTEntityRelation Property
Gets / sets the specific Entity Relation between two related entities (the entity holding this object and the entity specified in DataSupplyingEntity) for synchronization of values.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEntityRelation Relation { get; set; }

Property Value

Type: IEntityRelation
See Also