Custom RIA Authentication
Posted
by cmaduro
on Stack Overflow
See other posts from Stack Overflow
or by cmaduro
Published on 2010-06-11T03:28:53Z
Indexed on
2010/06/11
3:32 UTC
Read the original article
Hit count: 348
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
- In the AuthenticationService.metadata.cs partial User class.
It just does not seem to work no matter where I place the [Key] attribute.
© Stack Overflow or respective owner