首页 > 其他 > 详细

[Dynamics AX] CLR return Null in X++

时间:2014-12-02 11:55:44      阅读:327      评论:0      收藏:0      [点我收藏+]

When we want to return null in X++ and assign it to an CLR object, it will throw out an issue that "Microsoft Dynamics anytype cannot be marshaled to CLR Object", this is because null in X++ is anytype. So if we want to return null and assign it to an CLR Object, we should know the type of the CLR Object (refer which class). Then we can use following code:

return CLRInterop::Null("System.xxxx");


本文出自 “9079534” 博客,请务必保留此出处http://9089534.blog.51cto.com/9079534/1585369

[Dynamics AX] CLR return Null in X++

原文:http://9089534.blog.51cto.com/9079534/1585369

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!