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.
我们目前正在通过 HTTP 与 OData 数据库进行交互。
我需要发布对象(即创建它们)。这行得通,但是我怎样才能获得创建对象的标识符?
将此与 SQL 进行比较,我如何获得最后一个插入 ID?
OData 发布响应包含已创建的对象。因此,您应该能够解析响应并找出密钥(ID)。$metadata文档会告诉您哪些属性是键。