How to check condition from one LINQ Query Value to Another LINQ query? i am taking DocId from first LINQ query which is matching with second LINQ query. but i am getting error. first LINQ query is working fine and taking value. when i match with second LINQ query, here only i am getting error. how to match condition with local veriable to LINQ? Here i have given my code. var CheckCalendar = from resourceAvailabilityHeader in dwbContext.RESOURCEAVAILABILITYHEADER where (resourceAvailabilityHeader.ResourceCode
Read More...