ToolingFacade.ScaffoldInitialCreate(String, String) 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.
Scaffolds the initial code-based migration corresponding to a previously run database initializer.
public System.Data.Entity.Migrations.Design.ScaffoldedMigration ScaffoldInitialCreate(string language, string rootNamespace);
member this.ScaffoldInitialCreate : string * string -> System.Data.Entity.Migrations.Design.ScaffoldedMigration
Public Function ScaffoldInitialCreate (language As String, rootNamespace As String) As ScaffoldedMigration
Parameters
- language
- String
The programming language of the generated migration.
- rootNamespace
- String
The root namespace of the project the migration will be added to.
Returns
The scaffolded migration.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework