码迷,mamicode.com
首页 > 其他好文 > 详细

[Dynamics AX] CLR return Null in X++

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

标签:dynamics ax;ax

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++

标签:dynamics ax;ax

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!