RelationalDatabaseCreator.GetCreateTablesCommands Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetCreateTablesCommands() |
Pobiera polecenia, które będą tworzyć wszystkie tabele na podstawie modelu. |
GetCreateTablesCommands(MigrationsSqlGenerationOptions) |
Pobiera polecenia, które będą tworzyć wszystkie tabele na podstawie modelu. |
GetCreateTablesCommands()
- Źródło:
- RelationalDatabaseCreator.cs
- Źródło:
- RelationalDatabaseCreator.cs
- Źródło:
- RelationalDatabaseCreator.cs
- Źródło:
- RelationalDatabaseCreator.cs
Pobiera polecenia, które będą tworzyć wszystkie tabele na podstawie modelu.
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)
Zwraca
Wygenerowane polecenia.
Dotyczy
GetCreateTablesCommands(MigrationsSqlGenerationOptions)
- Źródło:
- RelationalDatabaseCreator.cs
- Źródło:
- RelationalDatabaseCreator.cs
- Źródło:
- RelationalDatabaseCreator.cs
- Źródło:
- RelationalDatabaseCreator.cs
- Źródło:
- RelationalDatabaseCreator.cs
Pobiera polecenia, które będą tworzyć wszystkie tabele na podstawie modelu.
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)
Parametry
- options
- MigrationsSqlGenerationOptions
Opcje do użycia podczas generowania poleceń.
Zwraca
Wygenerowane polecenia.