2

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

Jim
  • 423
  • 1
  • 7
  • 24

2 Answers2

1

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

Cade Roux
  • 88,164
  • 40
  • 182
  • 265
0

WCF RIA Service is always your answer. You can do anything.

Michael Washington
  • 2,744
  • 20
  • 29