다음을 통해 공유


RelationalEntityTypeExtensions.GetCheckConstraints 메서드

정의

오버로드

GetCheckConstraints(IReadOnlyEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

GetCheckConstraints(IMutableEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

GetCheckConstraints(IConventionEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

GetCheckConstraints(IEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

GetCheckConstraints(IReadOnlyEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyCheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyCheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IReadOnlyEntityType) As IEnumerable(Of IReadOnlyCheckConstraint)

매개 변수

entityType
IReadOnlyEntityType

검사 제약 조건을 가져올 엔터티 형식입니다.

반환

적용 대상

GetCheckConstraints(IMutableEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableCheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableCheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IMutableEntityType) As IEnumerable(Of IMutableCheckConstraint)

매개 변수

entityType
IMutableEntityType

검사 제약 조건을 가져올 엔터티 형식입니다.

반환

적용 대상

GetCheckConstraints(IConventionEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionCheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionCheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IConventionEntityType) As IEnumerable(Of IConventionCheckConstraint)

매개 변수

entityType
IConventionEntityType

검사 제약 조건을 가져올 엔터티 형식입니다.

반환

적용 대상

GetCheckConstraints(IEntityType)

엔터티 형식에 포함된 모든 검사 제약 조건을 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint> GetCheckConstraints (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetCheckConstraints : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint>
<Extension()>
Public Function GetCheckConstraints (entityType As IEntityType) As IEnumerable(Of ICheckConstraint)

매개 변수

entityType
IEntityType

검사 제약 조건을 가져올 엔터티 형식입니다.

반환

적용 대상