gpt4 book ai didi

c# - 执行自定义查询—— Entity Framework

转载 作者:太空宇宙 更新时间:2023-11-03 20:40:08 25 4
gpt4 key购买 nike

我想执行自定义查询以获取数据库服务器的日期时间 select Getdate() 使用 Entity Framework 。我该怎么做?

谢谢

最佳答案

ObjectQuery<DateTime> date = new ObjectQuery<DateTime>("select Getdate()", context)
DateTime now = date.Single();

关于c# - 执行自定义查询—— Entity Framework ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3246272/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com