Disable change tracking when using data service?

Is there any way to disable the entity framework change tracking when using the data service to query Person, Variant, etc.?

Alternatively, if that is not possible, is there a simple way to use for example LitiumDbContext to achieve the same thing without having to resort to raw SQL queries?

If there is, concrete code examples would be greatly appreciated. Thanks!

Litium version: 7.4

For the queries the change tracking should be disabled. Please create a bug if that’s not the case.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.