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
405
convert ultra data source to data set
posted

Hi.

Is there a way to save ultra data source in a dataset?

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    No, UltraDataSource and the DataSet class are completely different and they store information in totally different ways.

    You can save the UltraDataSource's data structure and data to a file or a stream using the Save and Load methods on the component, though.