EntitySyncInfoTEntity Constructor (TEntity, IEntityRelation) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.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