RelationalDbContextOptionsBuilder<TBuilder,TExtension>.MigrationsHistoryTable 메서드

정의

데이터베이스에 적용된 마이그레이션을 기록하는 데 사용되는 테이블의 이름을 구성합니다.

public virtual TBuilder MigrationsHistoryTable (string tableName, string schema = default);
public virtual TBuilder MigrationsHistoryTable (string tableName, string? schema = default);
abstract member MigrationsHistoryTable : string * string -> 'Builder
override this.MigrationsHistoryTable : string * string -> 'Builder
Public Overridable Function MigrationsHistoryTable (tableName As String, Optional schema As String = Nothing) As TBuilder

매개 변수

tableName
String

테이블의 이름입니다.

schema
String

테이블의 스키마입니다.

반환

TBuilder

여러 호출을 연결할 수 있도록 동일한 작성기가 instance.

설명

자세한 내용 및 예제는 데이터베이스 마이그레이션 을 참조하세요.

적용 대상