I have a Table to store constants with columns(Name, Value). How do I go about getting the result of LINQ query in name value format like (Name = Value) so I can obtain the values like
Var thisVal = VarCollection("Name")
Hope this is clear.
Thanks in advance.
I don’t have a compiler handy to test this, but it’ll go something like:
UPDATE: Upon reflection, I’m pretty sure that can be reduced to just: