Reputation: 423
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
Upvotes: 2
Views: 147
Reputation: 89661
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
Upvotes: 1
Reputation: 3075
WCF RIA Service is always your answer. You can do anything.
Upvotes: 0