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.
我创建了一个实体数据模型并导入了几个存储过程作为函数导入。我通过 ADO.NET 数据服务 (ANDS) 公开 EDM。ANDS 是否通过其 REST API 自动公开功能,还是我需要手动向服务添加操作?
您将需要通过 ServiceOperation 公开存储过程。据我所知,到 FunctionImport 的所有映射都是通过 CurrentDataSource 在服务中使用。将其视为概念和商店之间的唯一链接。