RelationalDatabaseCreator.GetCreateTablesCommands 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| GetCreateTablesCommands() |
모델에서 모든 테이블을 만드는 명령을 가져옵니다. |
| GetCreateTablesCommands(MigrationsSqlGenerationOptions) |
모델에서 모든 테이블을 만드는 명령을 가져옵니다. |
GetCreateTablesCommands()
- Source:
- RelationalDatabaseCreator.cs
- Source:
- RelationalDatabaseCreator.cs
- Source:
- RelationalDatabaseCreator.cs
- Source:
- RelationalDatabaseCreator.cs
모델에서 모든 테이블을 만드는 명령을 가져옵니다.
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)
- Source:
- RelationalDatabaseCreator.cs
- Source:
- RelationalDatabaseCreator.cs
- Source:
- RelationalDatabaseCreator.cs
- Source:
- RelationalDatabaseCreator.cs
- Source:
- RelationalDatabaseCreator.cs
모델에서 모든 테이블을 만드는 명령을 가져옵니다.
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
명령을 생성할 때 사용할 옵션입니다.
반환
생성된 명령입니다.