문제

I am using LINQ TO SQL O/R Designer to map my database tables to Entities class to create a model, I have 3 questions:

Q1: If a database connection is changed, how to refresh the model?

Q2: If table and/or Stored Procedure is changed, how to refresh w/out delete & drop these objects into O/R designer?

Q3: Is there a way to detect if a model has been changed?

Thank you very much for your help.

올바른 솔루션이 없습니다

다른 팁

no. there is only way to delete them from dbml and again drag changed entities or stored procedures from server explorer. there is no sync update for dbml that can automatically detect sql database changes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top