Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
FTP IClient by dtwoiski
Opened connection at 2/25/2025 8:05:53 PM +00:00
SELECT 
    [Extent1].[CustomerID] AS [CustomerID], 
    [Extent1].[Name] AS [Name]
    FROM [dbo].[Customers] AS [Extent1]
-- Executing at 2/25/2025 8:05:54 PM +00:00
-- Completed in 2 ms with result: SqlDataReader

Closed connection at 2/25/2025 8:05:54 PM +00:00
Customer Name: Customer_1
Opened connection at 2/25/2025 8:05:54 PM +00:00
SELECT 
    [Extent1].[InvoiceID] AS [InvoiceID], 
    [Extent1].[Date] AS [Date], 
    [Extent1].[CustomerID] AS [CustomerID]
    FROM [dbo].[Invoices] AS [Extent1]
    WHERE [Extent1].[CustomerID] = @EntityKeyValue1
-- EntityKeyValue1: '1' (Type = Int32, IsNullable = false)
-- Executing at 2/25/2025 8:05:54 PM +00:00
-- Completed in 5 ms with result: SqlDataReader

Closed connection at 2/25/2025 8:05:54 PM +00:00
    Invoice Date: 5/3/2018 12:00:00 AM
    Invoice Date: 2/20/2025 8:05:53 PM
    Invoice Date: 2/22/2025 8:05:53 PM
Customer Name: Customer_2
Opened connection at 2/25/2025 8:05:54 PM +00:00
SELECT 
    [Extent1].[InvoiceID] AS [InvoiceID], 
    [Extent1].[Date] AS [Date], 
    [Extent1].[CustomerID] AS [CustomerID]
    FROM [dbo].[Invoices] AS [Extent1]
    WHERE [Extent1].[CustomerID] = @EntityKeyValue1
-- EntityKeyValue1: '2' (Type = Int32, IsNullable = false)
-- Executing at 2/25/2025 8:05:54 PM +00:00
-- Completed in 1 ms with result: SqlDataReader

Closed connection at 2/25/2025 8:05:54 PM +00:00
    Invoice Date: 4/15/2018 12:00:00 AM
Customer Name: Customer_3
Opened connection at 2/25/2025 8:05:54 PM +00:00
SELECT 
    [Extent1].[InvoiceID] AS [InvoiceID], 
    [Extent1].[Date] AS [Date], 
    [Extent1].[CustomerID] AS [CustomerID]
    FROM [dbo].[Invoices] AS [Extent1]
    WHERE [Extent1].[CustomerID] = @EntityKeyValue1
-- EntityKeyValue1: '3' (Type = Int32, IsNullable = false)
-- Executing at 2/25/2025 8:05:54 PM +00:00
-- Completed in 0 ms with result: SqlDataReader

Closed connection at 2/25/2025 8:05:54 PM +00:00
    Invoice Date: 2/20/2018 12:00:00 AM
    Invoice Date: 5/22/2018 12:00:00 AM
Cached Result
Last Run: 8:05:47 pm
Compile: 0.283s
Execute: 9.355s
Memory: 49.73Mb
CPU: 4.656s