共用方式為


DbMigrationsConfiguration.SetSqlGenerator 方法

定義

加入要用於指定資料庫提供者的新 SQL 產生器。

public void SetSqlGenerator (string providerInvariantName, System.Data.Entity.Migrations.Sql.MigrationSqlGenerator migrationSqlGenerator);
member this.SetSqlGenerator : string * System.Data.Entity.Migrations.Sql.MigrationSqlGenerator -> unit

參數

providerInvariantName
String

要為其設定 SQL 產生器的資料庫提供者名稱。

migrationSqlGenerator
MigrationSqlGenerator

要使用的 SQL 產生器。

適用於