EF/Linq Left joining two tables after filtering the first table
I need to perform left join Table1 on Table2, before I do that I have to filter table1 records with employee id, I right now have
I tried this but It says that Ienumeable does not have defintion for IQueryable, can someone please help how to perform this join operation. Thanks
I tried this but It says that Ienumeable does not have defintion for IQueryable, can someone please help how to perform this join operation. Thanks
18 Replies
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
I m sorry to ask what is C# query syntax.
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
thanks I will look into it
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
yes I am
@TeBeCo even after I use c# syntax, I am still getting the dame exception
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
it is converting to Ienumerable
but it is supposed to be IQueryAble
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
I am working on Office machine, I am getting error at ToListAsync()
it says that IEnumerable<> doesn’t contain a defintion for ToListAsync()
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
if you Departments here, It is in memory
do you think that is causing problem
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
sure I will
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
hmm…do you think other way to make this achievable?
I am sorry to ask you this way, but I am not able to get any idea
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
Sure I will do
Hi @TeBeCo , I am also in VC-0 can I share my screen. Thanks