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