Last Updated:
18 Jun 2024 11:10
by Martin Ivanov
DataServiceDataSource: Allow setting the TrackingMode of to the Microsoft.OData.Client.DataServiceCollection used internally by the QueryableDataServiceCollectionView
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.