访问 LightSwitch 中的 SQL 元数据
我正在尝试访问 LightSwitch 中 SQL 数据库中的扩展属性。理想情况下,我能够根据这些扩展属性(即选项列表值)填充选择列表。
有什么办法可以做到这一点吗?
任何帮助将不胜感激。
干杯
吉米
I am trying to access extended properties in my SQL database in LightSwitch. Ideally I would be able to populate a choicelist based on these extended properties - namely picklist values.
Is there any way in which I can do this?
Any help would be much appreciated.
Cheers
Jimmy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用视图或存储过程公开 SQL Server 中的扩展属性,然后像常规应用程序数据一样访问它。
尝试一下我关于元数据的演示附带的这组链接:https://bitly.com/bundles/caderoux/3
Expose the extended properties from SQL Server with a view or stored proc and then access it like regular application data.
Try this bundle of links which accompany my presentation on metadata: https://bitly.com/bundles/caderoux/3
WCF RIA 服务始终是您的答案。你可以做任何事。
WCF RIA Service is always your answer. You can do anything.