Your query runs here with:
first query, for fetching customer data. 3 fields in resultset.
Generated Sql query:
Query: SELECT [LPLA_1].[ContactName] AS [Name], @LO11 AS [LPFA_2], [LPLA_1].[CustomerID] AS [CustomerId] FROM [Northwind].[dbo].[Customers] [LPLA_1] WHERE ( ( ( ( ( [LPLA_1].[Country] = @Country2)))))
Parameter: @LO11 : Int32. Length: 0. Precision: 0. Scale: 0. Direction: Input. Value: 1.
Parameter: @Country2 : String. Length: 15. Precision: 0. Scale: 0. Direction: Input. Value: "USA".
second query, the order entity data.
Generated Sql query:
Query: SELECT [LPLA_2].[OrderID] AS [OrderId], [LPLA_2].[CustomerID] AS [CustomerId], [LPLA_2].[EmployeeID] AS [EmployeeId], [LPLA_2].[OrderDate], [LPLA_2].[RequiredDate], [LPLA_2].[ShippedDate], [LPLA_2].[ShipVia], [LPLA_2].[Freight], [LPLA_2].[ShipName], [LPLA_2].[ShipAddress], [LPLA_2].[ShipCity], [LPLA_2].[ShipRegion], [LPLA_2].[ShipPostalCode], [LPLA_2].[ShipCountry] FROM [Northwind].[dbo].[Orders] [LPLA_2] WHERE ( ( ( ( [LPLA_2].[CustomerID] IN (@CustomerId1, @CustomerId2, @CustomerId3, @CustomerId4, @CustomerId5, @CustomerId6, @CustomerId7, @CustomerId8, @CustomerId9, @CustomerId10, @CustomerId11, @CustomerId12, @CustomerId13)))))
Parameter: @CustomerId1 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "GREAL".
Parameter: @CustomerId2 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "HUNGC".
Parameter: @CustomerId3 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "LAZYK".
Parameter: @CustomerId4 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "LETSS".
Parameter: @CustomerId5 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "LONEP".
Parameter: @CustomerId6 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "OLDWO".
Parameter: @CustomerId7 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "RATTC".
Parameter: @CustomerId8 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "SAVEA".
Parameter: @CustomerId9 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "SPLIR".
Parameter: @CustomerId10 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "THEBI".
Parameter: @CustomerId11 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "THECR".
Parameter: @CustomerId12 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "TRAIH".
Parameter: @CustomerId13 : StringFixedLength. Length: 5. Precision: 0. Scale: 0. Direction: Input. Value: "WHITC".
i.o.w. I don't see what you report.