All Questions
Tagged with lambda linq-to-sql
2 questions
0
votes
1
answer
79
views
Data validation for to check required fields are mapped
Can I break the below foreach and IF statements into LINQ expression. Also, performance wise which will be better. Please suggest.
...
7
votes
2
answers
16k
views
A generic way to use LINQ to Entity with types and operations unknown until run time
A question was asked here about reflection and LINQ to entity. I'm trying to modify the code that was presented to fit my needs.
Here's what I am trying to accomplish: I'm writing back-end support ...