From 740c262b6ef7815afbb8924f687c7f3460fe280e Mon Sep 17 00:00:00 2001 From: ahmetfarukulu Date: Mon, 4 Dec 2023 09:31:01 +0300 Subject: [PATCH] Update POST.md --- .../2023-10-28-EF-Core-8-Primitive-Collections/POST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2023-10-28-EF-Core-8-Primitive-Collections/POST.md b/docs/en/Community-Articles/2023-10-28-EF-Core-8-Primitive-Collections/POST.md index 79d1b100c9f..14a1e91cfdc 100644 --- a/docs/en/Community-Articles/2023-10-28-EF-Core-8-Primitive-Collections/POST.md +++ b/docs/en/Community-Articles/2023-10-28-EF-Core-8-Primitive-Collections/POST.md @@ -102,7 +102,7 @@ The SQL statement looks like this, and as you can see, it automatically serializ Executed DbCommand (0ms) [Parameters= [@p0='Maserati' (Nullable = false) (Size = 8), @p1='[0,3]' (Nullable = false) (Size = 5), - @p2='Flow' (Nullable = false) (Size = 4) + @p2='GranTurismo' (Nullable = false) (Size = 4) ], CommandType='Text', CommandTimeout='30'] INSERT INTO "Cars" ("Brand", "Colors", "Model") VALUES (@p0, @p1, @p2)