Custom RIA Authentication
- by cmaduro
Following the steps in this post:
http://forums.silverlight.net/forums/t/177042.aspx
Where/How do I add the [Key] attribute on the Name property of the IAuthentication where User is one of my ADO.Net Entity objects?
My options so far seem to be:
In the designer codebehind of me ADO.Net Entity Model.
Create a partial User class and add it there…