I have a problem. When I run the code below: ...var data = context.TableX.Where(w => w.userId == 9999&& w.id == 9999) .Distinct().ToList();
...This is the query generated: ...SELECT [Extent1].[id] AS [id], [Extent1].[name] AS [name], [Extent1].[companyId]...