Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否可以在EF CORE 3.1和npgsql中使用uncent扩展对postgresql进行选择?_Postgresql_Npgsql_Ef Core 3.1 - Fatal编程技术网

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

是否可以在EF CORE 3.1和npgsql中使用uncent扩展对postgresql进行选择?,postgresql,npgsql,ef-core-3.1,Postgresql,Npgsql,Ef Core 3.1,我在Npgsql和实体框架中读到过这方面的内容,但实体框架是核心 是否可以使用EF CORE 3.1,使用uncent扩展为postgresql进行选择 例如,如何翻译 从用户中选择*,其中uncent(name)=uncent('João') 使用EF-core和npgsql访问.NETCore3.1 谢谢

我在Npgsql和实体框架中读到过这方面的内容,但实体框架是核心

是否可以使用EF CORE 3.1,使用uncent扩展为postgresql进行选择

例如,如何翻译

从用户中选择*,其中uncent(name)=uncent('João')

使用EF-core和npgsql访问.NETCore3.1

谢谢