Dictionaries

im using a data dictionary to store a bunch of name/value pairs - im wondering if there is a way i can refer to the items in my dictionary without always having to type, for example:

objDictionary.Item("account_no")

can't i somehow extract all the values so that i can simply type account_no?i know i can name my dictionary something easy like 'd', but im still feeling lazy.

View Replies


ADVERTISEMENT

Arrays Vs Dictionaries

Can someone explain to me the performance implications of using Dictionaries rather than arrays? I imagine arrays are lighter but how much lighter?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved