如何使用Linq查询和EF从具有许多字段的表中仅检索一个字段

时间:2015-06-23 06:50:46

标签: c# sql-server asp.net-mvc entity-framework

我有一个包含各种字段的表格,我想知道如何使用linq只检索其中一个字段并将它们列入列表?

var st = context.myTable.FirstOrDefault.ToList

1 个答案:

答案 0 :(得分:3)

试试这个

import static android.support.test.espresso.Espresso.onView;
import static android.support.test.espresso.action.ViewActions.click;
import static android.support.test.espresso.assertion.ViewAssertions.matches;
import static android.support.test.espresso.matcher.ViewMatchers.withId;
import static android.support.test.espresso.matcher.ViewMatchers.withText;