没有原始查询执行功能

问题描述 投票:0回答:1

我有一个使用 .NET Core 3.1 的项目,该项目与使用这些库的 Oracle DB 一起使用:

Microsoft.EntityFrameworkCore               v5.0.12
Microsoft.EntityFrameworkCore.Design        v5.0.12
Microsoft.EntityFrameworkCore.Relational    v5.0.12
Microsoft.EntityFrameworkCore.SqlServer     v3.1.21
Microsoft.EntityFrameworkCore.Tools         v5.0.12
Oracle.EntityFrameworkCore                  v5.21.4

我的

Context.DataBase
没有
ExecuteSqlRaw
功能

而且,在模型内部,它没有

FromSqlRaw
的功能:

enter image description here

为什么我无法访问

ExecuteSqlRaw
功能?

.net-core entity-framework-core oracle11g asp.net-core-mvc
1个回答
0
投票

我将 Visual Studio 2018 更新为 Visual Studio 2022,问题得到解决。 enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.