다음을 통해 공유


OwnedNavigationSplitTableBuilder<TOwnerEntity,TDependentEntity>.ExcludeFromMigrations 메서드

정의

마이그레이션에서 무시하도록 테이블을 구성합니다.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitTableBuilder<TOwnerEntity,TDependentEntity> ExcludeFromMigrations (bool excluded = true);
override this.ExcludeFromMigrations : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitTableBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function ExcludeFromMigrations (Optional excluded As Boolean = true) As OwnedNavigationSplitTableBuilder(Of TOwnerEntity, TDependentEntity)

매개 변수

excluded
Boolean

마이그레이션을 통해 테이블을 관리해야 하는지 여부를 나타내는 값입니다.

반환

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

설명

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

적용 대상