Opened connection at 2/21/2017 10:06:34 PM +07:00
SELECT
[Extent1].[Id] AS [Id],
[Extent1].[Name] AS [Name],
[Extent1].[Price] AS [Price],
[Extent1].[CategoryId] AS [CategoryId],
[Extent2].[Id] AS [Id1],
[Extent2].[Name] AS [Name1]
FROM [dbo].[Products] AS [Extent1]
LEFT OUTER JOIN [dbo].[Categories] AS [Extent2] ON [Extent1].[CategoryId] = [Extent2].[Id]
-- Executing at 2/21/2017 10:06:34 PM +07:00
-- Completed in 1 ms with result: SqlDataReader
Closed connection at 2/21/2017 10:06:34 PM +07:00