I use entity framework, one entity called "interest rate", the Entity Set Name is “InterestRateSet”.
There are two properties, Time and Rate, both are double. The data for example, firstcolumn 0, 0.5, 1, secondcolumn 0, 0.01, 0.015
How can I get a 3row2column array using LINQ from InterestRateSet? Would someone show me the code example please? Thanks in advance!