SqlServerMigrationsSqlGenerator.Transfer 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.
Generates a transfer from one schema to another..
protected virtual void Transfer (string newSchema, string schema, string name, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected virtual void Transfer (string? newSchema, string? schema, string name, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member Transfer : string * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.Transfer : string * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub Transfer (newSchema As String, schema As String, name As String, builder As MigrationCommandListBuilder)
Parameters
- newSchema
- String
The schema to transfer to.
- schema
- String
The schema to transfer from.
- name
- String
The name of the item to transfer.
- builder
- MigrationCommandListBuilder
The command builder to use to build the commands.
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