다음을 통해 공유


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

명령을 생성할 때 사용할 옵션입니다.

반환

생성된 명령입니다.

적용 대상