Unplanned
Last Updated: 18 Jun 2024 11:10 by Martin Ivanov
The QueryableDataServiceCollectionView uses the Microsoft.OData.Client.DataServiceCollection internally, but intialized it with its default TrackingMode which is AutoChangeTracking. Add an option to allow setting the TrackingMode via the QueryableDataServiceCollectionView object and transfer this value to the DataServiceCollection. You can do that in the constructor of the QueryableDataServiceCollectionView.