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# 作为代码隐藏来合并 MDS 实体中的两个成员。
您可以使用 EntityMembersMerge 功能。以下是功能详情:
public void EntityMemberMerge(string modelName, string versionName, string entityName, string memberCode, string newMemberName)