Sorry if this was covered, but I've been searching for a while. Is there a way to update the database schema from dlinq? I use XPO and I just set a property on the connection object to specify if changes that I've made in my object classes will be analyzed and these changes applied to the database schema. What I want is to have the database and its tables created from the code so I don't have to install these on client machines. And when I add a new field have the database automatically update the
Read More...