I am making a query that has some joins and a count, however I want to do it with Linq .
This is my Query.
sbSQL.Append("SELECT grproj.cdgruproj as Id, grproj.dsgruproj as DescricaoGrupoProjeto, ");
sbSQL.Append("(SELECT...
asked by
06.04.2015 / 16:31