gpt4 book ai didi

c# - 将 Entity Framework 查询结果放入 DataTable 的最快方法是什么?

转载 作者:行者123 更新时间:2023-11-30 16:14:22 25 4
gpt4 key购买 nike

我已经查看了很多答案,但是,我相信它应该比循环结果或重新绑定(bind)并使用 SqlDataAdapters 更容易。

性能对我来说很重要,

在 C# 或 VB.Net 中的 DataTable 中获取以下查询的最快方法是什么,其中 econtextDbContext

Dim r = (From AdCustomProperties In econtext.AdCustomProperties
Where AdCustomProperties.AdID = AdID
Select AdCustomProperties.PropertyTitle2, AdCustomProperties.PropertyValue2)

最佳答案

如果您真的很担心会耗尽最后一点性能,并且需要一种更快的方法将数据导入数据表而不绑定(bind)到实体,您应该考虑使用 ADO.NET 而不是 EF。

关于c# - 将 Entity Framework 查询结果放入 DataTable 的最快方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20787788/

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