EntityBaseCheckForRefetch Method |
Will check if the entity should refetch itself. Will use the factory pattern trick.
Refetching occurs when the EntityFields are marked OutOfSync and thus not dirty.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected override void CheckForRefetch()
Protected Overrides Sub CheckForRefetch
See Also