Summary and Settings Dialog Box

[This page is specific to the latest version of the Entity Framework. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]

The Summary and Settings dialog box is the last step of the Create Database Wizard. For more information, see Generate Database Wizard.

The Summary and Settings dialog box displays the data description language (DDL) that is generated by the wizard, and lets you choose where to save the generated content.

When you click Finish , the wizard does the following:

  • Saves the generated DDL in the location specified in the Save DDL As text box.

    Note

    The generated DDL is based on a table-per-type mapping strategy. For more information about the generated DDL, see Database Generation Rules.

  • Generates the store schema definition language (SSDL) and mapping specification language (MSL) that correspond to the provided conceptual schema definition language (CSDL). The .edmx file is updated with the generated SSDL and MSL.

    Note

    The wizard overwrites existing SSDL and MSL.

It is important to note that the Create Database Wizard does not execute the generated DDL. To create the database schema that corresponds to your conceptual model (CSDL), you will need to execute the generated DDL independently (for example, execute the DDL in SQL Server Management Studio).

See Also

Concepts

Entity Framework Designer

Other Resources

Generate Database Wizard
Update Model Wizard
Entity Data Model Wizard

Build Date:

2013-06-19