StoreGeneratedPattern in Entitiy framework

Posted by renjucool on Stack Overflow See other posts from Stack Overflow or by renjucool
Published on 2010-06-08T05:59:07Z Indexed on 2010/06/08 6:02 UTC
Read the original article Hit count: 210

Filed under:
|

If the storage model has the StoreGeneratedPattern=identity attribute set, why should not the conceptual model reflect this in some way? Either in and attribute or in a readonly nature of a property? If i need to pass a value to the reference field.

© Stack Overflow or respective owner

Related posts about c#

Related posts about entity-framework