RelationalDatabaseProviderServices.MigrationsSqlGenerator Property

Definition

Gets the IMigrationsSqlGenerator for the database provider.

public virtual Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator MigrationsSqlGenerator { get; }
member this.MigrationsSqlGenerator : Microsoft.EntityFrameworkCore.Migrations.IMigrationsSqlGenerator
Public Overridable ReadOnly Property MigrationsSqlGenerator As IMigrationsSqlGenerator

Property Value

Implements

Applies to