Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
EF.Plus - Batch Update - Executing Interceptor by ZZZ Projects

UPDATE A 
SET A.[IsActive] = @zzz_BatchUpdate_0,
A.[Description] = @zzz_BatchUpdate_1
FROM [dbo].[Customers] AS A
INNER JOIN ( SELECT 
    [Extent1].[CustomerID] AS [CustomerID], 
    [Extent1].[Name] AS [Name], 
    [Extent1].[Description] AS [Description], 
    [Extent1].[LastLogin] AS [LastLogin], 
    [Extent1].[IsActive] AS [IsActive]
    FROM [dbo].[Customers] AS [Extent1]
           ) AS B ON A.[CustomerID] = B.[CustomerID]
Cached Result
Last Run: 2:49:01 pm
Compile: 0.299s
Execute: 7.524s
Memory: 37.02Mb
CPU: 3.531s