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.3.0.0 (5.3.0)
Syntax
public IEntityRelation Relation { get; set; }

Property Value

Type: IEntityRelation
See Also