Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing dataset by reference
Message
From
12/03/2012 10:57:52
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01538045
Message ID:
01538049
Views:
31
Likes (1)
>When you are saying "if you initialize it to Nothing" do you mean that right after the line
>
>DataSet ds = new DataSet();
>
>I should set it to null?
>E.g.
>
>DataSet ds = new DataSet();
>ds = null;
>
I was referencing to the declaration line. Thus, in the sample you provided, it would be the first line.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform