Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. info: Microsoft.EntityFrameworkCore.Database.Command[20101]
  2. Executed DbCommand (1ms) [Parameters=[@p1='?', @p0='?', @p2='?'], CommandType='Text', CommandTimeout='30']
  3. UPDATE "BankAccounts" SET "Balance" = @p0
  4. WHERE "Id" = @p1 AND "Balance" = @p2;
  5. SELECT changes();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement