Hi,
Is it possible to avoid the ORMEntityOutOfSyncException after SaveEntity is called without refetching it, due to performance reasons?
King regards, Mario
You can mark the entity as fetched, either manually after the fetch by setting the entity.Fields.State property.
Or you can set it globaly by:
<add key="markSavedEntitiesAsFetched" value="true"/>
ref: Documentation Link