Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

Update Model Command

If you change entities used in the Application Model (persistent classes, Controllers, etc.) in code, your previous Application Model customization may become unusable. To avoid losing the custom settings, update the Application Model by implementing a converter described in the Convert Application Model Differences topic and clicking Update Model in your project’s context menu.

ApplicationModelUpdate