Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing dataset by reference
Message
From
12/03/2012 13:10:03
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01538045
Message ID:
01538077
Views:
29
>Again, thank you for taking the time to explain. As you can see I didn't realize that the line [ds = null] created a new instance. I thought that the new instance has to be created with declaration like:
>
>Dataset dsName;
>
>
>This is what was confusing that without declaring I was creating new instance.


Yes, I can see how that might be confusing. Look at it this way: anytime you use "object = whatever;" in your method, you are pointing that object to a new spot in memory and you've lost your original reference. That's the important thing to remember about passing objects by reference.

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform