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.4.0.0 (5.4.0)
Syntax protected virtual Dictionary<string, EntitySyncInfo<IEntityCore>> GetEntitySyncInformation(
IEntityCore relatedEntity
)
Protected Overridable Function GetEntitySyncInformation (
relatedEntity As IEntityCore
) As Dictionary(Of String, EntitySyncInfo(Of IEntityCore))
Parameters
- relatedEntity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
related entity to retrieve the sync info for
Return Value
Type:
DictionaryString,
EntitySyncInfoIEntityCoreHashtable with the sync info, stored per fieldname, set for this entity
See Also