SqlServerMigrationSqlGenerator.Generate メソッド (MigrationOperation)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
MigrationOperation の SQL を生成します。 派生したプロバイダーがその他の種類の操作を処理できるようにします。 生成された SQL は Statement メソッドを使用して追加する必要があります。
名前空間: System.Data.Entity.SqlServer
アセンブリ: EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)
構文
'宣言
Protected Overridable Sub Generate ( _
migrationOperation As MigrationOperation _
)
'使用
Dim migrationOperation As MigrationOperation
Me.Generate(migrationOperation)
protected virtual void Generate(
MigrationOperation migrationOperation
)
protected:
virtual void Generate(
MigrationOperation^ migrationOperation
)
abstract Generate :
migrationOperation:MigrationOperation -> unit
override Generate :
migrationOperation:MigrationOperation -> unit
protected function Generate(
migrationOperation : MigrationOperation
)
パラメーター
- migrationOperation
型 : System.Data.Entity.Migrations.Model.MigrationOperation
SQL の生成対象の操作。