Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 C# 项目 (.NET 3.5) 中有一个 ADO.NET 实体数据模型,并且使用它非常愉快。我希望能够截断此模型中的表格。我在网上搜索过,大多数人建议使用“ExecuteCommand”,但我的数据上下文没有将 ExecuteCommand 显示为可用的方法。我在这里做错了什么?
谢谢,
听起来您使用的是实体框架而不是 Linq to SQL?- 尝试ExecuteStoreCommand
ExecuteStoreCommand