IScaffoldingModelFactory Interface
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.
Used to create an IModel from a DatabaseModel.
public interface IScaffoldingModelFactory
type IScaffoldingModelFactory = interface
Public Interface IScaffoldingModelFactory
- Derived
Remarks
See Reverse engineering (scaffolding) an existing database, and EF Core design-time services for more information and examples.
Methods
Create(DatabaseModel, ModelReverseEngineerOptions) |
Creates an IModel from a DatabaseModel. |
Create(String, TableSelectionSet) |
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