小编net*_*fan的帖子

是否可以使用 npgsql 在 EF CORE 3.1 中使用 UNACCENT 扩展对 postgresql 进行选择?

我已经在 Npgsql and Entity Framework Query PostgreSQL with Npgsql and Entity Framework using unaccent中读到过有关此内容,但实体框架核心。

\n\n

是否可以使用 EF CORE 3.1 使用非重音扩展对 postgresql 进行选择?

\n\n

如何翻译,例如

\n\n
\n

select * from users where unaccent(name) = unaccent(\'Jo\xc3\xa3o\')

\n
\n\n

使用 EF core 和 npgsql 到 .net core 3.1

\n\n

谢谢

\n

postgresql npgsql ef-core-3.1

6
推荐指数
1
解决办法
455
查看次数

标签 统计

ef-core-3.1 ×1

npgsql ×1

postgresql ×1