EntityCoreTFieldsMarkSavedEntitiesAsFetched Field |
Flag (default: false) which controls if saved entities which aren't fetched back in the same call should be marked as Fetched instead of the
default 'OutOfSync'. Setting this to true can save fetch roundtrips to the database to refetch data for the entity already in memory. However
setting this setting to true can also cause getting the entity out of sync with the database because another thread has updated the same
entity data. Use with care. It's recommended to leave it on its default value: false and only set this to true if you're sure the data in-memory
reflects the entity data in the database.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static bool MarkSavedEntitiesAsFetched
Public Shared MarkSavedEntitiesAsFetched As Boolean
Field Value
Type:
BooleanSee Also