Click or drag to resize
DataScopeRefetchStrategyType Enumeration
Enum which defines the refetch strategy for saved entities a datascope instance has to take after commit.

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
public enum DataScopeRefetchStrategyType
Members
  Member nameValueDescription
DoNothing0 Do nothing, the entities are saved but not refetched nor marked as fetched. This is the default.
AlwaysRefetch1 Always refetch the saved entities
MarkSavedEntitiesAsFetched2 Mark the entities saved as 'fetched', which doesn't perform a fetch operation after save.
See Also