Skip to content

Commit

Permalink
Merge pull request #18344 from abpframework/article/minor-fix
Browse files Browse the repository at this point in the history
Update POST.md
  • Loading branch information
berkansasmaz authored Dec 4, 2023
2 parents 9b1b9cc + 740c262 commit 594b4f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 594b4f2

Please sign in to comment.