Unplanned
Last Updated: 25 Nov 2019 12:27 by ADMIN
Peter
Created on: 25 Nov 2019 12:26
Type: Bug Report
1
No way to dispose the data layer when using ObjectDataSource
If the data retrieval class is implementing IDisposable, the engine never invokes Dispose method. This can result in unexpected and unwanted data caching. Consider to invoke the IDisposable.Dispose if the data retrieval class is referenced by type (this.objectDs.DataSource = typeof(MyDataLayer))
0 comments