Click or drag to resize
EntityCoreTFieldsSyncFKFields Method
Synchronizes the PK values of the dataSupplier with the related FK values of this entity.

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
protected virtual void SyncFKFields(
	EntitySyncInfo<IEntityCore> syncInfo
)

Parameters

syncInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesEntitySyncInfoIEntityCore
Sync info with the information which to synch with what.
See Also