6
Answers

Sql Server View to Generic List

David Smith

David Smith

8y
388
1

I have a view in in SQL Server to Generic List.


viewGetAllColorNames

How do I write linq to get data from the view above call get "viewGetAllColorNames".


The viewGetAllColorNames sql statement is simply.


SELECT ID , ColorName , ColorNumber
FROM colorTable
Answers (6)