DataScopeRefetchStrategyType Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
DoNothing | 0 | Do nothing, the entities are saved but not refetched nor marked as fetched. This is the default. | |
AlwaysRefetch | 1 | Always refetch the saved entities | |
MarkSavedEntitiesAsFetched | 2 | Mark the entities saved as 'fetched', which doesn't perform a fetch operation after save. |
(c)2002-2018 Solutions Design bv