Hello,
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.