Click or drag to resize
EntityCoreTFieldsGetEntitySyncInformation Method
Will retrieve all stored entity synchronization information for the passed in entity. If no information is stored, an empty hashtable is returned. All sync info is stored by fieldname

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 Dictionary<string, EntitySyncInfo<IEntityCore>> GetEntitySyncInformation(
	IEntityCore relatedEntity
)

Parameters

relatedEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
related entity to retrieve the sync info for

Return Value

Type: DictionaryString, EntitySyncInfoIEntityCore
Hashtable with the sync info, stored per fieldname, set for this entity
See Also