EntityCoreTFieldsCheckForRefetch Method  | 
 
            Will check if the entity should refetch itself. Will use the factory pattern trick.
            Refetching occurs when the fields 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.10.0.0 (5.10.0)
Syntaxprotected virtual void CheckForRefetch()
Protected Overridable Sub CheckForRefetch
RemarksOverride this method if the scenario of the derived class requires to do refetching initiated from the entity.
See Also