Created
February 27, 2020 03:04
-
-
Save gavilanch/84cf1456ce2546439012aee0333ce583 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Microsoft.EntityFrameworkCore.Database.Command[20101] | |
Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] | |
SELECT [g].[Id], [g].[Name] | |
FROM [Genres] AS [g] | |
info: Microsoft.EntityFrameworkCore.Database.Command[20101] | |
Executed DbCommand (29ms) [Parameters=[@p0='4', @p1='5', @p2='6', @p3='7', @p4='8', @p5='9', @p6='10', @p7='11', @p8='12', @p9='13', @p10='14', @p11='15', @p12='16', @p13='17', @p14='18'], CommandType='Text', CommandTimeout='30'] | |
SET NOCOUNT ON; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p0; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p1; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p2; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p3; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p4; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p5; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p6; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p7; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p8; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p9; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p10; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p11; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p12; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p13; | |
SELECT @@ROWCOUNT; | |
DELETE FROM [Genres] | |
WHERE [Id] = @p14; | |
SELECT @@ROWCOUNT; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment