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.
我想重命名一个用于在 RavenDB 中持久化的类。恐怕 RavenDB 在重命名类型后将无法从数据库中获取文档。实体名称也用作 Id 的一部分,因此我可能还需要重命名它们。
关于如何成功重命名的任何好的指示?
您将能够加载旧文档。不过,您需要注意使用实体名称的索引。您可以使用 UpdateByIndex 对所有旧文档进行批量更新。