0
votes
votes
1 answers
C# how to use linq query to get column types
I have the following: Dictionary<int, List<DataRow>> fundValues What I need is based off the very first record for a column called "ValueFooted", I need to find out the type this column is (already know it is a ...
