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.
FROM colorTable
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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
David SmithPosted Dec 15, 2015, 5:03 AM
Manas MohapatraPosted Dec 15, 2015, 4:38 AM
David SmithPosted Dec 15, 2015, 4:28 AM
Manas MohapatraPosted Dec 15, 2015, 4:22 AM
David SmithPosted Dec 15, 2015, 4:19 AM
Manas MohapatraPosted Dec 15, 2015, 3:50 AM