Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8342181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T05:41:44+00:00 2026-06-09T05:41:44+00:00

I am using the Memory Management while returning the data like below. private DataSet

  • 0

I am using the Memory Management while returning the data like below.

private DataSet ReturnDs()
{
    using (DataSet ds = new DataSet())
    {
        return ds;
    }
}

Query – Is there any issue in placing the ‘Using’ Statement while returning the data? I am Still getting the complete schema as well as the data in the receiving function?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T05:41:45+00:00Added an answer on June 9, 2026 at 5:41 am

    This is definitely a wrong pattern. The only reason that it is working for you now is that DataSet.Dispose() is actually a dummy.

    using (DataSet ds = new DataSet())
    {
        return ds;
    }  // there is a ds.Dispose() here but it does nothing.
    

    If you replace the DataSet with for instance an Enitity framework DbContext then you would not see any data in the calling function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand Objective-C memory management but I'm using Core Graphics functionality such as CGRect,
In non-ARC code retained properties handily take care of memory management for you using
I have some questions about using MySQLi queries, and related memory management. Suppose I
There is a way to get the total memory PHP is using ( memory_get_usage()
How do I calculate the private working set of memory using C#? I'm interested
I've started a project in C++. Memory management in this language is new to
As the title states, is anyone else facing memory management problems when using Xcode
I would like to ask about memory management with regards to MKReverseGeocoder , prior
When using memory-mapped files it seems it is either read-only, or write-only. By this
After about 10 years of using managed memory and functional languages, I'm finally coming

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.