Unique keys in Entity Framework 4
        Posted  
        
            by Asaf R
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Asaf R
        
        
        
        Published on 2010-04-10T20:55:32Z
        Indexed on 
            2010/04/10
            21:03 UTC
        
        
        Read the original article
        Hit count: 294
        
An existing DB schema has unique, non-primary, keys, and some foreign keys that rely on them.
Is it possible to define unique keys, alongside primary keys, in Entity Framework v4? How?
© Stack Overflow or respective owner