다음을 통해 공유


RelationalEntityTypeExtensions.IsTableExcludedFromMigrations 메서드

정의

오버로드

IsTableExcludedFromMigrations(IEntityType)

연결된 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값을 가져옵니다.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

연결된 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값을 가져옵니다.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

지정한 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값을 가져옵니다.

IsTableExcludedFromMigrations(IEntityType)

연결된 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값을 가져옵니다.

public static bool IsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member IsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsTableExcludedFromMigrations (entityType As IEntityType) As Boolean

매개 변수

entityType
IEntityType

엔터티 형식입니다.

반환

연결된 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값입니다.

적용 대상

IsTableExcludedFromMigrations(IReadOnlyEntityType)

연결된 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값을 가져옵니다.

public static bool IsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member IsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
<Extension()>
Public Function IsTableExcludedFromMigrations (entityType As IReadOnlyEntityType) As Boolean

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

연결된 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값입니다.

적용 대상

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

지정한 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값을 가져옵니다.

public static bool IsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * StoreObjectIdentifier -> bool
<Extension()>
Public Function IsTableExcludedFromMigrations (entityType As IReadOnlyEntityType, ByRef storeObject As StoreObjectIdentifier) As Boolean

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

storeObject
StoreObjectIdentifier

테이블과 유사한 저장소 개체의 식별자입니다.

반환

연결된 테이블이 마이그레이션에서 무시되는지 여부를 나타내는 값입니다.

적용 대상