Click here to Skip to main content
15,891,765 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to automate my edmx after if any new table added into my database but i don't want to update edmx model from solution. how can i achieve this???
Posted
Comments
F-ES Sitecore 28-Oct-15 6:23am    
If a new table has been added then how is your existing code going to use it if it doesn't know about it? EF is not designed to be dynamic the way you are looking to use it.
Maciej Los 28-Oct-15 6:32am    
Sounds like an answer ...
Member 11559465 28-Oct-15 9:15am    
actually i am creating a function to set Auto-complete value through my tool but its un able to find the table which is used for autocomplete because my .edmx don't know about that table definition which i have crated in database. that's why i want automated .edmx after i add new table in database.
Maciej Los 28-Oct-15 10:00am    
Please, see my answer.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900