G
Guest
I have a static list of name/value pairs that I need to store with the
application. I would like these to be editable in a file stored with the
executable.
Using the newer default settings was my first thought. My question is
this... Can I access the name by doing a search for the string? What I'm
doing is having the lookup the name at runtime depending on what was returned
in a DataTable and replacing that name with the corresponding value. I can't
use the newer, and very nice, code completed way of pulling my settings.
In short, I'm trying to store a dictionary that I can load at runtime and
use against the data pulled into my DataTable.
Thanks!
application. I would like these to be editable in a file stored with the
executable.
Using the newer default settings was my first thought. My question is
this... Can I access the name by doing a search for the string? What I'm
doing is having the lookup the name at runtime depending on what was returned
in a DataTable and replacing that name with the corresponding value. I can't
use the newer, and very nice, code completed way of pulling my settings.
In short, I'm trying to store a dictionary that I can load at runtime and
use against the data pulled into my DataTable.
Thanks!