数据成员和实体成员是一回事吗?
Are Data Member and Entity Member the same thing?
我在执行 API 时遇到以下错误,swagger 显示业务部门未映射。我想知道一个业务单元是数据成员还是实体成员。
"The specified type member 'BusinessUnit' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported."
是的,我在网上搜索找到了答案。数据成员和实体成员没有区别
我在执行 API 时遇到以下错误,swagger 显示业务部门未映射。我想知道一个业务单元是数据成员还是实体成员。
"The specified type member 'BusinessUnit' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported."
是的,我在网上搜索找到了答案。数据成员和实体成员没有区别