0
The query I have to pass to lamba is as follows:
select * from Linguagem inner join Cadastro on Lin_ID=Cad_IDLinguagem and Cad_Situation=0
only coonsegui do until the part of the joint but Where do not know what part enters:
return odb.Linguagem.Join(odb.Cadastro, l => l.Lin_ID, c => c.Cad_IDLinguagem, (l, c) => l).ToList();
Thank you very much.