开发者

Accessing SQL metadata in LightSwitch

开发者 https://www.devze.com 2023-03-28 09:45 出处:网络
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 - n开发者_C百科amely picklist values.

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 - n开发者_C百科amely picklist values.

Is there any way in which I can do this?

Any help would be much appreciated.

Cheers

Jimmy


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 Service is always your answer. You can do anything.

0

精彩评论

暂无评论...
验证码 换一张
取 消