| EntitySyncInfoTEntity Constructor (TEntity, IEntityRelation) | 
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic EntitySyncInfo(
	TEntity dataSupplyingEntity,
	IEntityRelation relation
)
Public Sub New ( 
	dataSupplyingEntity As TEntity,
	relation As IEntityRelation
)
Parameters
- dataSupplyingEntity
 - Type: TEntity
The data supplying entity. - relation
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relation. 
See Also