RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
[DynamicsAX]CLRreturnNullinX++

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");

网页题目:[DynamicsAX]CLRreturnNullinX++
本文来源:http://scyingshan.cn/article/gsoopc.html