Click or drag to resize
EntitySyncInfoTEntity Constructor (TEntity, IEntityRelation)

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 EntitySyncInfo(
	TEntity dataSupplyingEntity,
	IEntityRelation relation
)

Parameters

dataSupplyingEntity
Type: TEntity
The data supplying entity.
relation
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relation.
See Also