I have a table example you can see below
ID Name Value
3 NameOne ValueOne
7 NameTwo ValueTwo
10 NameThree ValueThree
I need to select with Linq to Entity and get results as you can see in example below:
ItemID ItemName
1 NameOne
2 NameTwo
3 NameThree