为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:DM8
【操作系统】:windows11
【CPU】:x86
【问题描述】*:执行ef查询函数后提示缺方法
使用的是.NET8+EF8
System.MissingMethodException: Method not found: 'Boolean Dm.DmConnection.existTrx()'.
at Microsoft.EntityFrameworkCore.Dm.Storage.Internal.DmRelationalConnection.Close()
at Microsoft.EntityFrameworkCore.Storage.RelationalDataReader.Dispose()
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.Dispose()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
请问使用的数据库和驱动是哪个版本的呢
使用的查询函数