如何从 AX 数据(容器)转换为 C# 集合
是否可以将数据从 axapta 容器转换为 C# 集合(如 ArrayList),或者从一个容器到另一个容器进行序列化和反序列化?
It is possible to convert data from axapta container to a C# collection like ArrayList, or maybe serialize and deserialize from one to another?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有直接转换,但是可以寻址容器的每个成员:
参考:
http://dynamics-ax .blogspot.com/2007/06/net-bc-custom-app-part-iii-container.html
There is no direct conversion, but you can address each member of the container:
Reference:
http://dynamics-ax.blogspot.com/2007/06/net-bc-custom-app-part-iii-container.html