IReverseEngineerScaffolder.Save(ScaffoldedModel, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves a scaffolded model to disk.
public Microsoft.EntityFrameworkCore.Scaffolding.SavedModelFiles Save (Microsoft.EntityFrameworkCore.Scaffolding.ScaffoldedModel scaffoldedModel, string outputDir, bool overwriteFiles);
abstract member Save : Microsoft.EntityFrameworkCore.Scaffolding.ScaffoldedModel * string * bool -> Microsoft.EntityFrameworkCore.Scaffolding.SavedModelFiles
Public Function Save (scaffoldedModel As ScaffoldedModel, outputDir As String, overwriteFiles As Boolean) As SavedModelFiles
Parameters
- scaffoldedModel
- ScaffoldedModel
The scaffolded model.
- outputDir
- String
The output directory.
- overwriteFiles
- Boolean
True to overwrite any existing files.
Returns
The model files.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework