Support for NotMapped properties server side
it would be useful to have support for server-side properties notmapped together with the properties of normal db. Obviously readonly
Thanks
22
votes

-
Gavin Paolucci-Kleinow commented
This is a huge issue for me. In my case I have [NotMapped] computed properties which return only the first of a list of properties, for security reasons. After setting up the property via the constructor in Breeze, the only way I can get this to populate on the client is to expand the full list property, thus pulling back all of the values instead of the top entry. This is a security risk in my situation, one that I am not comfortable with.