Connecting Tech Pros Worldwide Forums | Help | Site Map

c# and hashtables

Member
 
Join Date: Jan 2008
Posts: 46
#1: Oct 27 '08
With in my application, I have come across the need to use a hashtable that stores 3 variables that come from a sqlite database.

What I am trying to figure out is how to return an entire hash object from a method.

Does anyone know if this is possible?



Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,161
#2: Oct 27 '08

re: c# and hashtables


Return an instance of the Hashtable object? What do you mean by "hash object"?
Reply