| 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)
Syntaxprotected virtual void SyncFKFields(
	EntitySyncInfo<IEntityCore> syncInfo
)
Protected Overridable Sub SyncFKFields ( 
	syncInfo As EntitySyncInfo(Of IEntityCore)
)
Parameters
- syncInfo
 - Type: SD.LLBLGen.Pro.ORMSupportClassesEntitySyncInfoIEntityCore
Sync info with the information which to synch with what. 
See Also