带参数 LightSwitch 的 RIA DomainService 查询
我尝试在 LightSwitch 中使用 RIA 服务,但当 DomainService 中的查询具有参数时出现错误,因为查询未导入 LightSwitch。
所有其他查询都很好。
在向导窗口中附加数据源时出现的错误是
查询“AllRecordsbyId”中的参数“ID”不是可为空的类型。 该查询将不会被导入。
I am trying to use RIA services in LightSwitch but I get an error when the query in the DomainService has a parameter because the query is not imported into LightSwitch.
All the other queries are fine.
The error I get when attaching the data source in the Wizard window is
The parameter 'ID' in query 'AllRecordsbyId' is not a nullable type.
This query will not be imported.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使参数可为空:
make the parameter nullable: