次の方法で共有


RelationalDatabaseCreator.GetCreateTablesCommands メソッド

定義

オーバーロード

GetCreateTablesCommands()

モデルからすべてのテーブルを作成するコマンドを取得します。

GetCreateTablesCommands(MigrationsSqlGenerationOptions)

モデルからすべてのテーブルを作成するコマンドを取得します。

GetCreateTablesCommands()

モデルからすべてのテーブルを作成するコマンドを取得します。

protected virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand> GetCreateTablesCommands ();
abstract member GetCreateTablesCommands : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
override this.GetCreateTablesCommands : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
Protected Overridable Function GetCreateTablesCommands () As IReadOnlyList(Of MigrationCommand)

戻り値

生成されたコマンド。

適用対象

GetCreateTablesCommands(MigrationsSqlGenerationOptions)

モデルからすべてのテーブルを作成するコマンドを取得します。

protected virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand> GetCreateTablesCommands (Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions options = Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions.Default);
abstract member GetCreateTablesCommands : Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
override this.GetCreateTablesCommands : Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
Protected Overridable Function GetCreateTablesCommands (Optional options As MigrationsSqlGenerationOptions = Microsoft.EntityFrameworkCore.Migrations.MigrationsSqlGenerationOptions.Default) As IReadOnlyList(Of MigrationCommand)

パラメーター

options
MigrationsSqlGenerationOptions

コマンドを生成するときに使用するオプション。

戻り値

生成されたコマンド。

適用対象