Opened connection at 6/9/2025 6:48:25 PM +00:00
Started transaction at 6/9/2025 6:48:25 PM +00:00
UPDATE [dbo].[Books]
SET [Title] = @0
WHERE (([BookId] = @1) AND ([Title] = @2))
-- @0: 'My Book updated title' (Type = String, Size = -1)
-- @1: '1' (Type = Int32)
-- @2: 'My Book' (Type = String, Size = -1)
-- Executing at 6/9/2025 6:48:25 PM +00:00
-- Completed in 3 ms with result: 1
Committed transaction at 6/9/2025 6:48:25 PM +00:00
Closed connection at 6/9/2025 6:48:25 PM +00:00