Skip to content

Instantly share code, notes, and snippets.

@changhuixu
Created September 5, 2019 20:42
Show Gist options
  • Save changhuixu/c59ca4414b2fde88f29f241f2a42e245 to your computer and use it in GitHub Desktop.
Save changhuixu/c59ca4414b2fde88f29f241f2a42e245 to your computer and use it in GitHub Desktop.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@p1='?', @p0='?', @p2='?'], CommandType='Text', CommandTimeout='30']
UPDATE "BankAccounts" SET "Balance" = @p0
WHERE "Id" = @p1 AND "Balance" = @p2;
SELECT changes();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment