如何将以下查询结果放入List中
var result = from c in sb.Swithches_SW_PanalComponents select new { c.ID,c.SW_PanalComponents.ComponentsName,c.ComponentValue };
c# entity-framework c#-4.0
c# ×1
c#-4.0 ×1
entity-framework ×1