asp.net - how to stop update poco class when edmx file update -


i have created 1 project asp.net 4.5 , created entity classes use of "ef 4.x pocp entity generator"

now problem have put variables in 1 of poco class update edmx file manually added variables been removed self if 1 has idea stop updating poco classes when edmx update let me know

thanks in advance.

this normal behavior. pocos generated each time update edmx.
pocos partial classes it's pretty easay customize them.
have article you'll find way customize pocos without having worry losing customization when generated files refreshed.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -