C#C
C#12mo ago
2 replies
minh101

EFCore SQL translate

How to i customize the SQL translate from EF core when add an entity that generate to similry raw SQL like this:
INSERT INTO "users" ("name", "email")
VALUES (
  pgp_sym_encrypt('john', '123'),
  pgp_sym_encrypt('jogn@gmail.com', '123'),
  'abc'
)
Was this page helpful?