Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
890
UltraDataSource serialization
posted

Hello,

I'm currently using UltraDataSources in a memory-consuming application.

Whenever I try to use SaveAsBinary methods (structure+data) on UltraDataSources with lots of data, a OutOfMemoryException is raised.

Is there any way to serialize only parts of the UltraDataSource in order to avoid this kind of exception?

Thanks