Adding more attributes to linq to sql entity
        Posted  
        
            by jess
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jess
        
        
        
        Published on 2010-03-14T12:39:43Z
        Indexed on 
            2010/03/14
            12:45 UTC
        
        
        Read the original article
        Hit count: 182
        
linq-to-sql
Hi, I want to add browsable attribute to some properties for entities generated by linq-to-sql.Is it a good idea? Since,these entities are auto-generated,and when I regenerate they(the attributes I have added) might be overwritten
© Stack Overflow or respective owner