I am creating an application that requires extended SQL properties. With the help of a colleague those properties have been appended to my edmx model.
All I need to do now is somehow pull this data (maybe into a table?) in a WCF RIA service which will then be used within LightSwitch. When debugging I can see the metadata I need, but am unsure of how to extract this.
I have found a workaround for this(although not particulary elegant) by using XML to find the extended metadata I want and returning that to a simple POCO table. Let me know if theres a better way.
Cheers